Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py153 htmlfile = 'output.html' variable in SystemValues
425 self.htmlfile = m.group('name')+'.html'
429 self.htmlfile = m.group('name')+'.html'
498 self.htmlfile = \
1255 entry['urls'][self.hostname] = [self.htmlfile]
1256 elif self.htmlfile not in entry['urls'][self.hostname]:
1257 entry['urls'][self.hostname].append(self.htmlfile)
1277 'urls': {self.hostname: [self.htmlfile]}
4308 def createHTMLSummarySimple(testruns, htmlfile, title): argument
4474 hf = open(htmlfile, 'w')
[all …]
H A Dbootgraph.py56 htmlfile = 'bootgraph.html' variable in SystemValues
632 hf = open(sysvals.htmlfile, 'w')
1089 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)