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.
Mostly:sorts by(1), argument(1), method of(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedSorts bysortsBy
Argumentargument
Method ofmethodOf
Precedesprecedes
- Ps.print Stats[3]all time · A3257e5e B867 40a8 A44a 3456d9c9c0b8
Rdf:typerdf:type
- Method Call[4]all time · 2bb6562c F92e 4764 Ae3a 38620d660fb1
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)
- Ps
ex:ps
callsMethodCalls Method(1)
- Profile Function
ex:profile_function
callsMethodOnCalls Method on(1)
- Code
ex:code
followsFollows(1)
- Ps.print Stats
ex:ps.print_stats
step4Step4(1)
- Profiling Sequence
ex:profiling_sequence
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.
References (4)
- custom
ctx:claims/beam/68483381-029b-4514-bd56-4c5f81b6145a - custom
ctx:claims/beam/5e9afeda-9bb9-4fc2-b6c2-8be60e02ac6e- full textbeam-chunktext/plain1 KB
doc:beam/5e9afeda-9bb9-4fc2-b6c2-8be60e02ac6eShow 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…
- custom
ctx:claims/beam/a3257e5e-b867-40a8-a44a-3456d9c9c0b8- full textbeam-chunktext/plain1 KB
doc:beam/a3257e5e-b867-40a8-a44a-3456d9c9c0b8Show 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. *…
- custom
ctx: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.