Classes | |
class | Profile |
Functions | |
def | build_process_list () |
def | find_and_write_html (p, args) |
def | get_children (ppid) |
def | handle_alarm (num, frame) |
def | read_procfs (ppath, only_ppid=True) |
def | run_and_monitor (args) |
def dqm-mbProfile.build_process_list | ( | ) |
Definition at line 56 of file dqm-mbProfile.py.
References read_procfs().
Referenced by get_children().
def dqm-mbProfile.find_and_write_html | ( | p, | |
args | |||
) |
def dqm-mbProfile.get_children | ( | ppid | ) |
Select all processes which are descendant from ppid (exclusive).
Definition at line 65 of file dqm-mbProfile.py.
References mps_setup.append, build_process_list(), and list().
Referenced by dqm-mbProfile.Profile.update_proc().
def dqm-mbProfile.handle_alarm | ( | num, | |
frame | |||
) |
Definition at line 223 of file dqm-mbProfile.py.
Definition at line 20 of file dqm-mbProfile.py.
References createfilelist.int, python.rootplot.root2matplotlib.replace(), and digitizers_cfi.strip.
Referenced by build_process_list().
def dqm-mbProfile.run_and_monitor | ( | args | ) |
Definition at line 229 of file dqm-mbProfile.py.
Referenced by find_and_write_html().