Home
last modified time | relevance | path

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

/third_party/benchmark/tools/gbench/
Dutil.py58 def classify_input_file(filename): function
85 ftype, msg = classify_input_file(filename)
/third_party/benchmark/tools/
Dcompare.py21 in1_kind, in1_err = util.classify_input_file(in1)
22 in2_kind, in2_err = util.classify_input_file(in2)