PlasmaCalcs.tools.timing.print_profile

PlasmaCalcs.tools.timing.print_profile(sortkey=None)
prints stats from the default profiler (PROFILE).
see help(PROFILE.SortKey) for sortkey options.
Example Usage:
with profiling():
>> code to profile goes here <<
print_profile()