reservoirflow.utils.profme.lProfiler#
- reservoirflow.utils.profme.lProfiler(print_output=True, save_output=False)#
lProfiler (line profiler) decorator.
- Parameters:
print_output (bool, optional) – print output as a dataframe.
save_output (bool, optional) – save output as csv file in the current working dir. The file name will be ‘lProfiler_{function_name}.csv’.