Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | match (cls, text) |
def | __init__ (self, match) |
def | get_string (self, name) |
def | format (self, config_suffix=None) |
Public Attributes | |
accum | |
median | |
max | |
min | |
stddev | |
samples | |
sample_ms | |
clock | |
metric | |
config | |
bench | |
Static Public Attributes | |
string | FLOAT_REGEX = '[-+]?(\d+(\.\d*)?|\.\d+)([eE][-+]?\d+)?' |
PATTERN | |
Definition at line 12 of file _benchresult.py.
def tools.skpbench._benchresult.BenchResult.__init__ | ( | self, | |
match | |||
) |
Definition at line 42 of file _benchresult.py.
def tools.skpbench._benchresult.BenchResult.format | ( | self, | |
config_suffix = None |
|||
) |
Definition at line 59 of file _benchresult.py.
def tools.skpbench._benchresult.BenchResult.get_string | ( | self, | |
name | |||
) |
Definition at line 56 of file _benchresult.py.
def tools.skpbench._benchresult.BenchResult.match | ( | cls, | |
text | |||
) |
Definition at line 38 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.accum |
Definition at line 43 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.bench |
Definition at line 53 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.clock |
Definition at line 50 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.config |
Definition at line 52 of file _benchresult.py.
|
static |
Definition at line 13 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.max |
Definition at line 45 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.median |
Definition at line 44 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.metric |
Definition at line 51 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.min |
Definition at line 46 of file _benchresult.py.
|
static |
Definition at line 14 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.sample_ms |
Definition at line 49 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.samples |
Definition at line 48 of file _benchresult.py.
tools.skpbench._benchresult.BenchResult.stddev |
Definition at line 47 of file _benchresult.py.