Searched refs:AddToLabel (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_fixtures.h | 109 void AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function 110 BaseFixture::AddToLabel(out, state); in AddToLabel() 238 void AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function 239 BaseFixture::AddToLabel(out, state); in AddToLabel() 287 void AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function 288 EndpointPairFixture::AddToLabel(out, state); in AddToLabel()
|
D | helpers.cc | 28 AddToLabel(out, state); in Finish() 40 void TrackCounters::AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function in TrackCounters
|
D | helpers.h | 69 virtual void AddToLabel(std::ostream& out, benchmark::State& state);
|
D | bm_fullstack_trickle.cc | 112 void AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function in grpc::testing::TrickledCHTTP2
|