CMS 3D CMS Logo

Namespaces | Functions
parserTimingReport.py File Reference

Go to the source code of this file.

Namespaces

 parserTimingReport
 

Functions

def parserTimingReport.calc_MinMaxAvgRMS (items, remove_first=True, f_time=lambda x:x[0], f_evt_num=lambda x:x[1])
 
def parserTimingReport.calcRMS (items, avg)
 
def parserTimingReport.extractRSS_VSIZE (line1, line2, record_number)
 
def parserTimingReport.loadTimeLog (log_filename, maxsize_rad=0)
 
def parserTimingReport.manual_run ()
 
def parserTimingReport.perf_profile ()
 
def parserTimingReport.processModuleTimeLogData (modules_timelog, groupBy="module_name")
 mod_data["stats"] =calc_MinMaxAvgRMS(f_time = lambda x: x["time"], f_evt_num = lambda x: x["event_number"], items = times_bymod[mod_name]) More...