Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dtest_utils.cc190 string protobuf_representation; in CheckPerfDataAgainstBaseline() local
193 &protobuf_representation)) { in CheckPerfDataAgainstBaseline()
197 if (!PerfDataToProtoRepresentation(filename, &protobuf_representation, in CheckPerfDataAgainstBaseline()
209 bool matches_baseline = (baseline == protobuf_representation); in CheckPerfDataAgainstBaseline()
218 BufferToFile(existing_input_pb_text, protobuf_representation); in CheckPerfDataAgainstBaseline()