profiler
|
coverage(logfilename)
Returns a profiler that doesn't collect any timing information, which
is useful in building a coverage analysis tool. |
|
|
|
logreader(...)
logreader(filename) --> log-iterator Create a log-reader for the
timing information file. |
|
|
profiler
|
profiler(logfilename,
lineevents=...,
linetimes=...)
Create a new profiler object. |
|
|
(gettimeofday-usecs, getrusage-usecs)
|
resolution()
Return the resolution of the timers provided by the gettimeofday()
and getrusage() system calls, or -1 if the call is not supported. |
|
|