2001-10-04 00:58:24 +00:00
|
|
|
test_profile
|
2007-12-05 06:08:21 +00:00
|
|
|
125 function calls (105 primitive calls) in 1.000 CPU seconds
|
2001-10-04 00:58:24 +00:00
|
|
|
|
|
|
|
Ordered by: standard name
|
|
|
|
|
|
|
|
ncalls tottime percall cumtime percall filename:lineno(function)
|
2006-02-08 12:53:56 +00:00
|
|
|
4 0.000 0.000 0.000 0.000 :0(append)
|
|
|
|
4 0.000 0.000 0.000 0.000 :0(exc_info)
|
2006-09-06 06:51:57 +00:00
|
|
|
1 0.000 0.000 1.000 1.000 :0(exec)
|
2004-07-12 23:38:02 +00:00
|
|
|
12 0.000 0.000 0.012 0.001 :0(hasattr)
|
|
|
|
1 0.000 0.000 0.000 0.000 :0(setprofile)
|
2005-10-20 19:59:25 +00:00
|
|
|
1 0.000 0.000 1.000 1.000 <string>:1(<module>)
|
Merged revisions 59822-59841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r59822 | georg.brandl | 2008-01-07 17:43:47 +0100 (Mon, 07 Jan 2008) | 2 lines
Restore "somenamedtuple" as the "class" for named tuple attrs.
........
r59824 | georg.brandl | 2008-01-07 18:09:35 +0100 (Mon, 07 Jan 2008) | 2 lines
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
........
r59827 | georg.brandl | 2008-01-07 18:25:53 +0100 (Mon, 07 Jan 2008) | 2 lines
patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.
........
r59830 | georg.brandl | 2008-01-07 19:16:36 +0100 (Mon, 07 Jan 2008) | 2 lines
Make Python compile with --disable-unicode.
........
r59831 | georg.brandl | 2008-01-07 19:23:27 +0100 (Mon, 07 Jan 2008) | 2 lines
Restructure urllib doc structure.
........
r59833 | georg.brandl | 2008-01-07 19:41:34 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix #define ordering.
........
r59834 | georg.brandl | 2008-01-07 19:47:44 +0100 (Mon, 07 Jan 2008) | 2 lines
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
........
r59835 | raymond.hettinger | 2008-01-07 19:52:19 +0100 (Mon, 07 Jan 2008) | 1 line
Fix inconsistent title levels -- it made the whole doc build crash horribly.
........
r59836 | georg.brandl | 2008-01-07 19:57:03 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix two further doc build warnings.
........
r59837 | georg.brandl | 2008-01-07 20:17:10 +0100 (Mon, 07 Jan 2008) | 2 lines
Clarify metaclass docs and add example.
........
r59838 | vinay.sajip | 2008-01-07 20:40:10 +0100 (Mon, 07 Jan 2008) | 1 line
Added section about adding contextual information to log output.
........
r59839 | christian.heimes | 2008-01-07 20:58:41 +0100 (Mon, 07 Jan 2008) | 1 line
Fixed indention problem that caused the second TIPC test to run on systems without TIPC
........
r59840 | raymond.hettinger | 2008-01-07 21:07:38 +0100 (Mon, 07 Jan 2008) | 1 line
Cleanup named tuple subclassing example.
........
2008-01-07 21:14:23 +00:00
|
|
|
2 0.000 0.000 0.000 0.000 io.py:1213(flush)
|
2007-12-10 20:04:04 +00:00
|
|
|
1 0.000 0.000 0.000 0.000 io.py:269(flush)
|
|
|
|
1 0.000 0.000 0.000 0.000 io.py:656(closed)
|
|
|
|
1 0.000 0.000 0.000 0.000 io.py:874(flush)
|
2001-10-04 00:58:24 +00:00
|
|
|
0 0.000 0.000 profile:0(profiler)
|
|
|
|
1 0.000 0.000 1.000 1.000 profile:0(testfunc())
|
2006-02-08 12:53:56 +00:00
|
|
|
8 0.064 0.008 0.080 0.010 test_profile.py:103(subhelper)
|
|
|
|
28 0.028 0.001 0.028 0.001 test_profile.py:115(__getattr__)
|
|
|
|
1 0.270 0.270 1.000 1.000 test_profile.py:30(testfunc)
|
|
|
|
23/3 0.150 0.007 0.170 0.057 test_profile.py:40(factorial)
|
|
|
|
20 0.020 0.001 0.020 0.001 test_profile.py:53(mul)
|
|
|
|
2 0.040 0.020 0.600 0.300 test_profile.py:60(helper)
|
|
|
|
4 0.116 0.029 0.120 0.030 test_profile.py:78(helper1)
|
|
|
|
2 0.000 0.000 0.140 0.070 test_profile.py:89(helper2_indirect)
|
|
|
|
8 0.312 0.039 0.400 0.050 test_profile.py:93(helper2)
|
|
|
|
|
|
|
|
|
|
|
|
Ordered by: standard name
|
|
|
|
|
|
|
|
Function called...
|
2007-02-09 22:28:28 +00:00
|
|
|
:0(append) ->
|
|
|
|
:0(exc_info) ->
|
2006-09-06 06:51:57 +00:00
|
|
|
:0(exec) -> <string>:1(<module>)(1) 1.000
|
Merged revisions 59822-59841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r59822 | georg.brandl | 2008-01-07 17:43:47 +0100 (Mon, 07 Jan 2008) | 2 lines
Restore "somenamedtuple" as the "class" for named tuple attrs.
........
r59824 | georg.brandl | 2008-01-07 18:09:35 +0100 (Mon, 07 Jan 2008) | 2 lines
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
........
r59827 | georg.brandl | 2008-01-07 18:25:53 +0100 (Mon, 07 Jan 2008) | 2 lines
patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.
........
r59830 | georg.brandl | 2008-01-07 19:16:36 +0100 (Mon, 07 Jan 2008) | 2 lines
Make Python compile with --disable-unicode.
........
r59831 | georg.brandl | 2008-01-07 19:23:27 +0100 (Mon, 07 Jan 2008) | 2 lines
Restructure urllib doc structure.
........
r59833 | georg.brandl | 2008-01-07 19:41:34 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix #define ordering.
........
r59834 | georg.brandl | 2008-01-07 19:47:44 +0100 (Mon, 07 Jan 2008) | 2 lines
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
........
r59835 | raymond.hettinger | 2008-01-07 19:52:19 +0100 (Mon, 07 Jan 2008) | 1 line
Fix inconsistent title levels -- it made the whole doc build crash horribly.
........
r59836 | georg.brandl | 2008-01-07 19:57:03 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix two further doc build warnings.
........
r59837 | georg.brandl | 2008-01-07 20:17:10 +0100 (Mon, 07 Jan 2008) | 2 lines
Clarify metaclass docs and add example.
........
r59838 | vinay.sajip | 2008-01-07 20:40:10 +0100 (Mon, 07 Jan 2008) | 1 line
Added section about adding contextual information to log output.
........
r59839 | christian.heimes | 2008-01-07 20:58:41 +0100 (Mon, 07 Jan 2008) | 1 line
Fixed indention problem that caused the second TIPC test to run on systems without TIPC
........
r59840 | raymond.hettinger | 2008-01-07 21:07:38 +0100 (Mon, 07 Jan 2008) | 1 line
Cleanup named tuple subclassing example.
........
2008-01-07 21:14:23 +00:00
|
|
|
io.py:1213(flush)(2) 0.000
|
2006-02-08 12:53:56 +00:00
|
|
|
:0(hasattr) -> test_profile.py:115(__getattr__)(12) 0.028
|
2007-02-09 22:28:28 +00:00
|
|
|
:0(setprofile) ->
|
2006-02-08 12:53:56 +00:00
|
|
|
<string>:1(<module>) -> test_profile.py:30(testfunc)(1) 1.000
|
Merged revisions 59822-59841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r59822 | georg.brandl | 2008-01-07 17:43:47 +0100 (Mon, 07 Jan 2008) | 2 lines
Restore "somenamedtuple" as the "class" for named tuple attrs.
........
r59824 | georg.brandl | 2008-01-07 18:09:35 +0100 (Mon, 07 Jan 2008) | 2 lines
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
........
r59827 | georg.brandl | 2008-01-07 18:25:53 +0100 (Mon, 07 Jan 2008) | 2 lines
patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.
........
r59830 | georg.brandl | 2008-01-07 19:16:36 +0100 (Mon, 07 Jan 2008) | 2 lines
Make Python compile with --disable-unicode.
........
r59831 | georg.brandl | 2008-01-07 19:23:27 +0100 (Mon, 07 Jan 2008) | 2 lines
Restructure urllib doc structure.
........
r59833 | georg.brandl | 2008-01-07 19:41:34 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix #define ordering.
........
r59834 | georg.brandl | 2008-01-07 19:47:44 +0100 (Mon, 07 Jan 2008) | 2 lines
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
........
r59835 | raymond.hettinger | 2008-01-07 19:52:19 +0100 (Mon, 07 Jan 2008) | 1 line
Fix inconsistent title levels -- it made the whole doc build crash horribly.
........
r59836 | georg.brandl | 2008-01-07 19:57:03 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix two further doc build warnings.
........
r59837 | georg.brandl | 2008-01-07 20:17:10 +0100 (Mon, 07 Jan 2008) | 2 lines
Clarify metaclass docs and add example.
........
r59838 | vinay.sajip | 2008-01-07 20:40:10 +0100 (Mon, 07 Jan 2008) | 1 line
Added section about adding contextual information to log output.
........
r59839 | christian.heimes | 2008-01-07 20:58:41 +0100 (Mon, 07 Jan 2008) | 1 line
Fixed indention problem that caused the second TIPC test to run on systems without TIPC
........
r59840 | raymond.hettinger | 2008-01-07 21:07:38 +0100 (Mon, 07 Jan 2008) | 1 line
Cleanup named tuple subclassing example.
........
2008-01-07 21:14:23 +00:00
|
|
|
io.py:1213(flush) -> io.py:269(flush)(1) 0.000
|
2007-12-10 20:04:04 +00:00
|
|
|
io.py:874(flush)(1) 0.000
|
|
|
|
io.py:269(flush) ->
|
|
|
|
io.py:656(closed) ->
|
|
|
|
io.py:874(flush) -> io.py:656(closed)(1) 0.000
|
2006-02-08 12:53:56 +00:00
|
|
|
profile:0(profiler) -> profile:0(testfunc())(1) 1.000
|
2006-09-06 06:51:57 +00:00
|
|
|
profile:0(testfunc()) -> :0(exec)(1) 1.000
|
|
|
|
:0(setprofile)(1) 0.000
|
2007-05-07 22:24:25 +00:00
|
|
|
test_profile.py:103(subhelper) -> test_profile.py:115(__getattr__)(16) 0.028
|
2007-02-09 22:28:28 +00:00
|
|
|
test_profile.py:115(__getattr__) ->
|
2006-02-08 12:53:56 +00:00
|
|
|
test_profile.py:30(testfunc) -> test_profile.py:40(factorial)(1) 0.170
|
|
|
|
test_profile.py:60(helper)(2) 0.600
|
|
|
|
test_profile.py:40(factorial) -> test_profile.py:40(factorial)(20) 0.170
|
|
|
|
test_profile.py:53(mul)(20) 0.020
|
2007-02-09 22:28:28 +00:00
|
|
|
test_profile.py:53(mul) ->
|
2006-02-08 12:53:56 +00:00
|
|
|
test_profile.py:60(helper) -> test_profile.py:78(helper1)(4) 0.120
|
|
|
|
test_profile.py:89(helper2_indirect)(2) 0.140
|
|
|
|
test_profile.py:93(helper2)(6) 0.400
|
|
|
|
test_profile.py:78(helper1) -> :0(append)(4) 0.000
|
|
|
|
:0(exc_info)(4) 0.000
|
|
|
|
:0(hasattr)(4) 0.012
|
|
|
|
test_profile.py:89(helper2_indirect) -> test_profile.py:40(factorial)(2) 0.170
|
|
|
|
test_profile.py:93(helper2)(2) 0.400
|
|
|
|
test_profile.py:93(helper2) -> :0(hasattr)(8) 0.012
|
|
|
|
test_profile.py:103(subhelper)(8) 0.080
|
|
|
|
|
|
|
|
|
|
|
|
Ordered by: standard name
|
|
|
|
|
|
|
|
Function was called by...
|
|
|
|
:0(append) <- test_profile.py:78(helper1)(4) 0.120
|
|
|
|
:0(exc_info) <- test_profile.py:78(helper1)(4) 0.120
|
2006-09-06 06:51:57 +00:00
|
|
|
:0(exec) <- profile:0(testfunc())(1) 1.000
|
2006-02-08 12:53:56 +00:00
|
|
|
:0(hasattr) <- test_profile.py:78(helper1)(4) 0.120
|
|
|
|
test_profile.py:93(helper2)(8) 0.400
|
|
|
|
:0(setprofile) <- profile:0(testfunc())(1) 1.000
|
2006-09-06 06:51:57 +00:00
|
|
|
<string>:1(<module>) <- :0(exec)(1) 1.000
|
Merged revisions 59822-59841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r59822 | georg.brandl | 2008-01-07 17:43:47 +0100 (Mon, 07 Jan 2008) | 2 lines
Restore "somenamedtuple" as the "class" for named tuple attrs.
........
r59824 | georg.brandl | 2008-01-07 18:09:35 +0100 (Mon, 07 Jan 2008) | 2 lines
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
........
r59827 | georg.brandl | 2008-01-07 18:25:53 +0100 (Mon, 07 Jan 2008) | 2 lines
patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.
........
r59830 | georg.brandl | 2008-01-07 19:16:36 +0100 (Mon, 07 Jan 2008) | 2 lines
Make Python compile with --disable-unicode.
........
r59831 | georg.brandl | 2008-01-07 19:23:27 +0100 (Mon, 07 Jan 2008) | 2 lines
Restructure urllib doc structure.
........
r59833 | georg.brandl | 2008-01-07 19:41:34 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix #define ordering.
........
r59834 | georg.brandl | 2008-01-07 19:47:44 +0100 (Mon, 07 Jan 2008) | 2 lines
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
........
r59835 | raymond.hettinger | 2008-01-07 19:52:19 +0100 (Mon, 07 Jan 2008) | 1 line
Fix inconsistent title levels -- it made the whole doc build crash horribly.
........
r59836 | georg.brandl | 2008-01-07 19:57:03 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix two further doc build warnings.
........
r59837 | georg.brandl | 2008-01-07 20:17:10 +0100 (Mon, 07 Jan 2008) | 2 lines
Clarify metaclass docs and add example.
........
r59838 | vinay.sajip | 2008-01-07 20:40:10 +0100 (Mon, 07 Jan 2008) | 1 line
Added section about adding contextual information to log output.
........
r59839 | christian.heimes | 2008-01-07 20:58:41 +0100 (Mon, 07 Jan 2008) | 1 line
Fixed indention problem that caused the second TIPC test to run on systems without TIPC
........
r59840 | raymond.hettinger | 2008-01-07 21:07:38 +0100 (Mon, 07 Jan 2008) | 1 line
Cleanup named tuple subclassing example.
........
2008-01-07 21:14:23 +00:00
|
|
|
io.py:1213(flush) <- :0(exec)(2) 1.000
|
|
|
|
io.py:269(flush) <- io.py:1213(flush)(1) 0.000
|
2007-12-10 20:04:04 +00:00
|
|
|
io.py:656(closed) <- io.py:874(flush)(1) 0.000
|
Merged revisions 59822-59841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r59822 | georg.brandl | 2008-01-07 17:43:47 +0100 (Mon, 07 Jan 2008) | 2 lines
Restore "somenamedtuple" as the "class" for named tuple attrs.
........
r59824 | georg.brandl | 2008-01-07 18:09:35 +0100 (Mon, 07 Jan 2008) | 2 lines
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
........
r59827 | georg.brandl | 2008-01-07 18:25:53 +0100 (Mon, 07 Jan 2008) | 2 lines
patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.
........
r59830 | georg.brandl | 2008-01-07 19:16:36 +0100 (Mon, 07 Jan 2008) | 2 lines
Make Python compile with --disable-unicode.
........
r59831 | georg.brandl | 2008-01-07 19:23:27 +0100 (Mon, 07 Jan 2008) | 2 lines
Restructure urllib doc structure.
........
r59833 | georg.brandl | 2008-01-07 19:41:34 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix #define ordering.
........
r59834 | georg.brandl | 2008-01-07 19:47:44 +0100 (Mon, 07 Jan 2008) | 2 lines
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
........
r59835 | raymond.hettinger | 2008-01-07 19:52:19 +0100 (Mon, 07 Jan 2008) | 1 line
Fix inconsistent title levels -- it made the whole doc build crash horribly.
........
r59836 | georg.brandl | 2008-01-07 19:57:03 +0100 (Mon, 07 Jan 2008) | 2 lines
Fix two further doc build warnings.
........
r59837 | georg.brandl | 2008-01-07 20:17:10 +0100 (Mon, 07 Jan 2008) | 2 lines
Clarify metaclass docs and add example.
........
r59838 | vinay.sajip | 2008-01-07 20:40:10 +0100 (Mon, 07 Jan 2008) | 1 line
Added section about adding contextual information to log output.
........
r59839 | christian.heimes | 2008-01-07 20:58:41 +0100 (Mon, 07 Jan 2008) | 1 line
Fixed indention problem that caused the second TIPC test to run on systems without TIPC
........
r59840 | raymond.hettinger | 2008-01-07 21:07:38 +0100 (Mon, 07 Jan 2008) | 1 line
Cleanup named tuple subclassing example.
........
2008-01-07 21:14:23 +00:00
|
|
|
io.py:874(flush) <- io.py:1213(flush)(1) 0.000
|
2007-02-09 22:28:28 +00:00
|
|
|
profile:0(profiler) <-
|
2006-02-08 12:53:56 +00:00
|
|
|
profile:0(testfunc()) <- profile:0(profiler)(1) 0.000
|
|
|
|
test_profile.py:103(subhelper) <- test_profile.py:93(helper2)(8) 0.400
|
|
|
|
test_profile.py:115(__getattr__) <- :0(hasattr)(12) 0.012
|
|
|
|
test_profile.py:103(subhelper)(16) 0.080
|
|
|
|
test_profile.py:30(testfunc) <- <string>:1(<module>)(1) 1.000
|
|
|
|
test_profile.py:40(factorial) <- test_profile.py:30(testfunc)(1) 1.000
|
|
|
|
test_profile.py:40(factorial)(20) 0.170
|
|
|
|
test_profile.py:89(helper2_indirect)(2) 0.140
|
|
|
|
test_profile.py:53(mul) <- test_profile.py:40(factorial)(20) 0.170
|
|
|
|
test_profile.py:60(helper) <- test_profile.py:30(testfunc)(2) 1.000
|
|
|
|
test_profile.py:78(helper1) <- test_profile.py:60(helper)(4) 0.600
|
|
|
|
test_profile.py:89(helper2_indirect) <- test_profile.py:60(helper)(2) 0.600
|
|
|
|
test_profile.py:93(helper2) <- test_profile.py:60(helper)(6) 0.600
|
|
|
|
test_profile.py:89(helper2_indirect)(2) 0.140
|
2001-10-04 00:58:24 +00:00
|
|
|
|
|
|
|
|