Dontopedia
Explore

Ps.sort Stats

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)

Ps.sort Stats has 5 facts recorded in Dontopedia across 4 references.

5 facts·5 predicates·4 sources

Mostly:sorts by(1), argument(1), method of(1)

Maturity scale raw canonical shape-checked rule-derived certified

Sorts bysortsBy

  • Cumtime[1]all time · 68483381 029b 4514 Bd56 4c5f81b6145a

Argumentargument

  • Cumtime[1]all time · 68483381 029b 4514 Bd56 4c5f81b6145a

Method ofmethodOf

  • Stats[2]sourceall time · 5e9afeda 9bb9 4fc2 B6c2 8be60e02ac6e

Precedesprecedes

Rdf:typerdf:type

Inbound mentions (5)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

callsCalls(1)

callsMethodCalls Method(1)

callsMethodOnCalls Method on(1)

followsFollows(1)

step4Step4(1)

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

argumentbeam/68483381-029b-4514-bd56-4c5f81b6145a
ex:cumtime
methodOfbeam/5e9afeda-9bb9-4fc2-b6c2-8be60e02ac6e
ex:Stats
precedesbeam/a3257e5e-b867-40a8-a44a-3456d9c9c0b8
ex:ps.print_stats
typebeam/2bb6562c-f92e-4764-ae3a-38620d660fb1
ex:MethodCall
sortsBybeam/68483381-029b-4514-bd56-4c5f81b6145a
ex:cumtime

References (4)

4 references
  1. customctx:claims/beam/68483381-029b-4514-bd56-4c5f81b6145a
  2. [2]beam-chunk1 fact
    customctx:claims/beam/5e9afeda-9bb9-4fc2-b6c2-8be60e02ac6e
    • full textbeam-chunk
      text/plain1 KBdoc:beam/5e9afeda-9bb9-4fc2-b6c2-8be60e02ac6e
      Show excerpt
      def profile_function(func, *args, **kwargs): pr = cProfile.Profile() pr.enable() result = func(*args, **kwargs) pr.disable() s = io.StringIO() ps = Stats(pr, stream=s).sort_stats('cumtime') ps.print_stats() p
  3. [3]beam-chunk1 fact
    customctx:claims/beam/a3257e5e-b867-40a8-a44a-3456d9c9c0b8
    • full textbeam-chunk
      text/plain1 KBdoc:beam/a3257e5e-b867-40a8-a44a-3456d9c9c0b8
      Show excerpt
      reformulated_query, latency = reformulate_query(query) pr.disable() s = io.StringIO() ps = pstats.Stats(pr, stream=s).sort_stats('cumtime') ps.print_stats() print(s.getvalue()) print(reformulated_query, latency) ``` ### Explanation 1. *
  4. customctx:claims/beam/2bb6562c-f92e-4764-ae3a-38620d660fb1

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.