diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/output/test_profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/output/test_profile b/Lib/test/output/test_profile index b46bb6a..baa2509 100644 --- a/Lib/test/output/test_profile +++ b/Lib/test/output/test_profile @@ -4,9 +4,9 @@ test_profile Ordered by: standard name ncalls tottime percall cumtime percall filename:lineno(function) - 12 0.000 0.000 0.012 0.001 :0(hasattr) - 8 0.000 0.000 0.000 0.000 :0(range) - 1 0.000 0.000 0.000 0.000 :0(setprofile) + 12 0.000 0.000 0.012 0.001 :0(<built-in function hasattr>) + 8 0.000 0.000 0.000 0.000 :0(<built-in function range>) + 1 0.000 0.000 0.000 0.000 :0(<built-in function setprofile>) 1 0.000 0.000 1.000 1.000 <string>:1(?) 0 0.000 0.000 profile:0(profiler) 1 0.000 0.000 1.000 1.000 profile:0(testfunc()) |