nlcpy.prof.stop_profiling¶
-
nlcpy.prof.
stop_profiling
()[ソース]¶ Stops profiling.
Profiling the code block between
nlcpy.prof.start_profiling()
andnlcpy.prof.stop_profiling()
.参考
nlcpy.prof.print_run_stats
Prints NLCPy run stats.
nlcpy.prof.get_run_stats
Gets dict of NLCPy run stats.