PlasmaCalcs
Usage
PlasmaCalcs API
plasma_calculator
quantities
dimensions
units
hookups
addons
other_calculators
mhd
multi_run_analysis
tools
array_select
arrays
display
docs_tools
fft_tools
history
imports
io_tools
iterables
math
multiprocessing
oop_tools
os_tools
properties
pytools
sentinels
supercomputer
timing
print_profile
profiling
start_profiling
stop_profiling
Profile
ProgressUpdater
Stopwatch
TickingWatch
TimeLimit
trees
xarray_tools
plotting
defaults
errors
PlasmaCalcs
PlasmaCalcs API
tools
timing
stop_profiling
View page source
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()