Description
Profiles Python code at line granularity with deterministic and statistical modes. It helps developers understand which lines and threads consume time during program execution.
Profiling can slow programs and reveal paths, function names, or workload details. Review traces before sharing them and avoid collecting sensitive production data unnecessarily.