Searched refs:deltaProto (Results 1 – 2 of 2) sorted by relevance
657 for (const SFTimeStatsDeltaProto& deltaProto : layerProto.deltas()) { in TEST_F() local658 ASSERT_EQ(1, deltaProto.histograms_size()); in TEST_F()659 const SFTimeStatsHistogramBucketProto& histogramProto = deltaProto.histograms(0); in TEST_F()661 if ("post2acquire" == deltaProto.delta_name()) { in TEST_F()663 } else if ("post2present" == deltaProto.delta_name()) { in TEST_F()665 } else if ("acquire2present" == deltaProto.delta_name()) { in TEST_F()667 } else if ("latch2present" == deltaProto.delta_name()) { in TEST_F()669 } else if ("desired2present" == deltaProto.delta_name()) { in TEST_F()671 } else if ("present2present" == deltaProto.delta_name()) { in TEST_F()674 FAIL() << "Unknown delta_name: " << deltaProto.delta_name(); in TEST_F()[all …]
202 SFTimeStatsDeltaProto* deltaProto = layerProto.add_deltas(); in toProto() local203 deltaProto->set_delta_name(ele.first); in toProto()205 SFTimeStatsHistogramBucketProto* histProto = deltaProto->add_histograms(); in toProto()