Skip to content

Instantly share code, notes, and snippets.

In [17]: slow.strip_dirs().sort_stats(SortKey.CUMULATIVE).print_stats('to_native_types')
Tue Oct 11 21:18:38 2022 profiler_stats_fast
7122434 function calls (7002287 primitive calls) in 2.686 seconds
Ordered by: cumulative time
List reduced from 419 to 3 due to restriction <'to_native_types'>
ncalls tottime percall cumtime percall filename:lineno(function)
10 0.000 0.000 2.230 0.223 managers.py:498(to_native_types)
In [19]: fast.strip_dirs().sort_stats(SortKey.CUMULATIVE).print_stats('._format_native_types')
Tue Oct 11 21:18:39 2022 profiler_stats_slow
155947 function calls (154847 primitive calls) in 0.175 seconds
Ordered by: cumulative time
List reduced from 459 to 2 due to restriction <'._format_native_types'>
ncalls tottime percall cumtime percall filename:lineno(function)
11 0.000 0.000 0.001 0.000 numeric.py:282(_format_native_types)