Home
last modified time | relevance | path

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

/Linux-v5.15/tools/power/pm-graph/
Dsleepgraph.py3152 def appendIncompleteTraceLog(testruns): argument
3154 testcnt = len(testruns)
3157 for data in testruns:
3275 testruns, testdata = [], []
3313 testruns.append(testrun)
3556 for test in testruns:
3580 for i in range(len(testruns)):
3581 test = testruns[i]
3585 if i < len(testruns) - 1:
3586 tle = testruns[i+1].data.start
[all …]