Profiling Routines

The following table show profiling routines provided by NLCPy.

Start and Stop Profiling

nlcpy.prof.start_profiling

Starts profiling.

nlcpy.prof.stop_profiling

Stops profiling.

Get Result

nlcpy.prof.get_run_stats

Gets dict of NLCPy run stats.

nlcpy.prof.print_run_stats

Prints NLCPy run stats.