Home
last modified time | relevance | path

Searched refs:AddToLabel (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h96 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()
Dhelpers.cc54 AddToLabel(out, state); in Finish()
66 void TrackCounters::AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function in TrackCounters
Dhelpers.h59 virtual void AddToLabel(std::ostream& out, benchmark::State& state);
Dbm_fullstack_trickle.cc113 void AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel() function in grpc::testing::TrickledCHTTP2