Home
last modified time | relevance | path

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

/linux/tools/power/pm-graph/
H A Dsleepgraph.py3290 def appendIncompleteTraceLog(testruns): argument
3292 testcnt = len(testruns)
3295 for data in testruns:
3467 testruns, testdata = [], []
3486 testruns.append(testrun)
3748 for test in testruns:
3772 for i in range(len(testruns)):
3773 test = testruns[i]
3777 if i < len(testruns) - 1:
3778 tle = testruns[i+1].data.start
[all …]