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/ |
D | log.py | 315 benchmark_description, argument 342 benchmark_description=benchmark_description, 359 "benchmarkDescriptions": [benchmark_description],
|
D | perfetto_trace_writer.py | 167 benchmark_description, argument 178 metadata.benchmark_description = benchmark_description
|
D | perfetto_proto_classes.py | 205 self.benchmark_description = None 222 if self.benchmark_description is not None: 224 writer(parts.append, self.benchmark_description)
|
D | perfetto_trace_writer_unittest.py | 68 benchmark_description="description",
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | metadata_module.cc | 97 storage->InternString(packet.benchmark_description()); in ParseChromeBenchmarkMetadata() 98 metadata->SetMetadata(metadata::benchmark_description, in ParseChromeBenchmarkMetadata()
|
/external/perfetto/src/trace_processor/storage/ |
D | metadata.h | 32 F(benchmark_description, KeyType::kSingle, Variadic::kString), \
|
/external/perfetto/protos/perfetto/trace/chrome/ |
D | chrome_benchmark_metadata.proto | 34 optional string benchmark_description = 4; field
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | trace_event_unittest.py | 468 benchmark_description='desc', 493 benchmark_description='desc', 509 benchmark_description='description',
|
/external/perfetto/src/trace_processor/ |
D | export_json.cc | 1488 case metadata::benchmark_description: in ExportMetadata()
|
D | export_json_unittest.cc | 267 context_.metadata_tracker->SetMetadata(metadata::benchmark_description, in TEST_F()
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 2367 optional string benchmark_description = 4; field
|