Searched refs:histogram_names (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/test/trace_processor/track_event/ |
D | track_event_chrome_histogram_sample.textproto | 17 histogram_names { 39 histogram_names { 63 histogram_names { 85 histogram_names { 106 histogram_names {
|
/external/libchrome/base/metrics/ |
D | sparse_histogram_unittest.cc | 290 std::vector<std::string> histogram_names; in TEST_P() local 292 histogram_names.push_back( in TEST_P() 299 SparseHistogram::FactoryGet(histogram_names[i], HistogramBase::kNoFlags); in TEST_P() 317 SparseHistogram::FactoryGet(histogram_names[index], in TEST_P() 330 SparseHistogram::FactoryGet(histogram_names[0], HistogramBase::kNoFlags); in TEST_P()
|
D | histogram_unittest.cc | 688 std::vector<std::string> histogram_names; in TEST_P() local 690 histogram_names.push_back( in TEST_P() 697 Histogram::FactoryGet(histogram_names[i], 1, 100, 10, in TEST_P() 717 Histogram::FactoryGet(histogram_names[index], 1, 100, 10, in TEST_P() 730 histogram_names[0], 1, 100, 10, HistogramBase::kNoFlags); in TEST_P()
|
/external/perfetto/protos/perfetto/trace/interned_data/ |
D | interned_data.proto | 73 repeated HistogramName histogram_names = 25; field
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 7294 repeated HistogramName histogram_names = 25; field
|