Searched refs:AddToLabel (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/test/cpp/microbenchmarks/ |
D | fullstack_fixtures.h | 96 void AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function 97 BaseFixture::AddToLabel(out, state); in AddToLabel() 221 void AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function 222 BaseFixture::AddToLabel(out, state); in AddToLabel() 270 void AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function 271 EndpointPairFixture::AddToLabel(out, state); in AddToLabel()
|
D | helpers.cc | 54 AddToLabel(out, state); in Finish() 66 void TrackCounters::AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function in TrackCounters
|
D | helpers.h | 59 virtual void AddToLabel(std::ostream& out, benchmark::State& state);
|
D | bm_fullstack_trickle.cc | 113 void AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function in grpc::testing::TrickledCHTTP2
|