Home
last modified time | relevance | path

Searched refs:debugg (Results 1 – 3 of 3) sorted by relevance

/external/lisa/libs/utils/analysis/
Dresidency_analysis.py66 debugg = False if pivot == 'schedtune' else False
75 if debugg:
90 … if debugg: log.info('adding to total time {}, new total {}'.format(runtime, pr.total_time))
/external/lisa/tools/analysis/
Druntime.py55 debugg = False # Global debug switch variable
74 debug = (dpid == prevpid or dpid == nextpid or dpid == -1) and debugg
Drunnable.py54 debugg = False variable