Python stdlib module — cProfile. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.run()Neutralrun(statement, filename, sort)
Run statement under profiler optionally saving results in filename
.runctx()Neutralrunctx(statement, globals, locals, filename, sort)
Run statement under profiler, supplying your own globals and locals,
.Profile()NeutralProfile(...)
Profile(timer=None, timeunit=None, subcalls=True, builtins=True)
| FQN | Field | |
|---|---|---|
| cProfile | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import cProfile