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.py3266 def appendIncompleteTraceLog(testruns): argument
3268 testcnt = len(testruns)
3271 for data in testruns:
3443 testruns, testdata = [], []
3462 testruns.append(testrun)
3724 for test in testruns:
3748 for i in range(len(testruns)):
3749 test = testruns[i]
3753 if i < len(testruns) - 1:
3754 tle = testruns[i+1].data.start
[all …]