start_profiling

PlasmaCalcs.tools.timing.start_profiling()

equivalent to PROFILE.enable(). Recommended: use profiling() as a context manager instead.

Example Usage:
start_profiling()
>> code to profile goes here <<
stop_profiling()