Function | profiled | Decorator that automatically profiles invocations of the method. |
Function | setup_profiling | Initialize our profiling information. |
Function | report_profile_stats | Print a report about our collected statistics to stdout. |
Function | _update_profile_stats | Update the profile statistics with new information about a method call. |
This cannot be done on module load as this information should only be initialized in the top testrunner process.