Home
last modified time | relevance | path

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

/tools/perf/tests/shell/lib/
A Dperf_json_output_lint.py28 def isfloat(num): function
44 return isfloat(num) or num == '<not counted>' or num == '<not supported>'
48 'counters': lambda x: isfloat(x),
57 'event-runtime': lambda x: isfloat(x),
58 'interval': lambda x: isfloat(x),
60 'metric-value': lambda x: isfloat(x),
64 'pcnt-running': lambda x: isfloat(x),
68 'insn per cycle': lambda x: isfloat(x),

Completed in 48 milliseconds