Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py2436 def appendIncompleteTraceLog(testruns): argument
2438 testcnt = len(testruns)
2441 for data in testruns:
2658 testruns = []
2721 testruns.append(testrun)
2966 for test in testruns:
2983 for i in range(len(testruns)):
2984 test = testruns[i]
2988 if i < len(testruns) - 1:
2989 tle = testruns[i+1].data.start
[all …]