nlcpy.prof.start_profiling¶
-
nlcpy.prof.
start_profiling
()[source]¶ Starts profiling.
Profiling the code block between
nlcpy.prof.start_profiling()
andnlcpy.prof.stop_profiling()
.See also
nlcpy.prof.print_run_stats
Prints NLCPy run stats.
nlcpy.prof.get_run_stats
Gets dict of NLCPy run stats.