profile

Class for profiling Python code.

Functions

main()

run(statement[, filename, sort])

Run statement under profiler optionally saving results in filename

runctx(statement, globals, locals[, ...])

Run statement under profiler, supplying your own globals and locals, optionally saving results in filename.

Classes

Profile([timer, bias])

Profiler class.