Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py315 benchmark_description, argument
342 benchmark_description=benchmark_description,
359 "benchmarkDescriptions": [benchmark_description],
Dperfetto_trace_writer.py167 benchmark_description, argument
178 metadata.benchmark_description = benchmark_description
Dperfetto_proto_classes.py205 self.benchmark_description = None
222 if self.benchmark_description is not None:
224 writer(parts.append, self.benchmark_description)
Dperfetto_trace_writer_unittest.py68 benchmark_description="description",
/external/perfetto/src/trace_processor/importers/proto/
Dmetadata_module.cc97 storage->InternString(packet.benchmark_description()); in ParseChromeBenchmarkMetadata()
98 metadata->SetMetadata(metadata::benchmark_description, in ParseChromeBenchmarkMetadata()
/external/perfetto/src/trace_processor/storage/
Dmetadata.h32 F(benchmark_description, KeyType::kSingle, Variadic::kString), \
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_benchmark_metadata.proto34 optional string benchmark_description = 4; field
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event_unittest.py468 benchmark_description='desc',
493 benchmark_description='desc',
509 benchmark_description='description',
/external/perfetto/src/trace_processor/
Dexport_json.cc1488 case metadata::benchmark_description: in ExportMetadata()
Dexport_json_unittest.cc267 context_.metadata_tracker->SetMetadata(metadata::benchmark_description, in TEST_F()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2367 optional string benchmark_description = 4; field