◆ __enter__() [1/2]
def benchplot.gnuplot.__enter__ |
( |
|
self | ) |
|
◆ __enter__() [2/2]
def benchplot.gnuplot.__enter__ |
( |
|
self | ) |
|
◆ __exit__() [1/2]
def benchplot.gnuplot.__exit__ |
( |
|
self, |
|
|
|
type, |
|
|
|
value, |
|
|
|
traceback |
|
) |
| |
◆ __exit__() [2/2]
def benchplot.gnuplot.__exit__ |
( |
|
self, |
|
|
|
type, |
|
|
|
value, |
|
|
|
traceback |
|
) |
| |
◆ gen_csv() [1/2]
def benchplot.gnuplot.gen_csv |
( |
|
self | ) |
|
◆ gen_csv() [2/2]
def benchplot.gnuplot.gen_csv |
( |
|
self | ) |
|
◆ parse_re2_benchlog() [1/2]
def benchplot.gnuplot.parse_re2_benchlog |
( |
|
self, |
|
|
|
filename |
|
) |
| |
◆ parse_re2_benchlog() [2/2]
def benchplot.gnuplot.parse_re2_benchlog |
( |
|
self, |
|
|
|
filename |
|
) |
| |
◆ run() [1/2]
def benchplot.gnuplot.run |
( |
|
self | ) |
|
◆ run() [2/2]
def benchplot.gnuplot.run |
( |
|
self | ) |
|
◆ benchdata
benchplot.gnuplot.benchdata = dict() |
|
static |
◆ output
string benchplot.gnuplot.output = "result.png" |
|
static |
◆ script [1/2]
string benchplot.gnuplot.script |
|
static |
Initial value:= """
set terminal png size 1024, 768
set output "{}.png"
set title "re2 benchlog"
set datafile separator ";"
set grid x y
set ylabel "MB/s"
set autoscale
plot """
Definition at line 12 of file bloaty/third_party/re2/benchlog/benchplot.py.
◆ script [2/2]
◆ tempfiles
list benchplot.gnuplot.tempfiles = [] |
|
static |
◆ template
string benchplot.gnuplot.template = """'{}' using 1:5:xticlabels(2) with linespoints linewidth 3 title "{}",\\\n""" |
|
static |
The documentation for this class was generated from the following file: