summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorNicholas Bastin <nick.bastin@gmail.com>2004-07-12 23:38:02 (GMT)
committerNicholas Bastin <nick.bastin@gmail.com>2004-07-12 23:38:02 (GMT)
commit12ac3e1f49f06c35a2fe9496e24d66c10e027083 (patch)
treec34ae19f67a15efcee78a9c006b088b220643d2f /Lib/test/output
parentb1027643d57d4d861cb624ab45da21246eda1759 (diff)
downloadcpython-12ac3e1f49f06c35a2fe9496e24d66c10e027083.zip
cpython-12ac3e1f49f06c35a2fe9496e24d66c10e027083.tar.gz
cpython-12ac3e1f49f06c35a2fe9496e24d66c10e027083.tar.bz2
Using repr() generates entries that the current stats package can't
collate, so setting it back to the function name
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/output/test_profile b/Lib/test/output/test_profile
index baa2509..b46bb6a 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(<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>)
+ 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)
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())