MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / run

Method run

extern/re2/benchlog/benchplot.py:76–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 self.script = self.script + self.template.format(f.name, name)
75
76 def run(self):
77 self.gen_csv()
78 script = self.script[:-3].format(self.output)
79 command = subprocess.Popen(['gnuplot'], stdin=subprocess.PIPE)
80 command.communicate(script.encode())
81
82
83if __name__ == '__main__':

Callers 1

benchplot.pyFile · 0.45

Calls 3

gen_csvMethod · 0.95
formatMethod · 0.80
encodeMethod · 0.45

Tested by

no test coverage detected