Contents:
TIMING_INFO
get_timing_info()
print_profile_summary()
timing()
Top-level package for ESM Profile.
Global list of timed functions
Get timing information
list of timing information, as strings
list
Prints the profile summary
Decorator to time functions
f (callable) – function to be timed
function with timing information
callable