PlasmaCalcs.tools.timing.stop_profiling

PlasmaCalcs.tools.timing.stop_profiling()
equivalent to PROFILE.disable(). Recommended: use profiling() as a context manager instead.
Example Usage:
start_profiling()
>> code to profile goes here <<
stop_profiling()