#include <helpers.h>
Public Member Functions | |
virtual void | AddLabel (const std::string &label) |
virtual void | AddToLabel (std::ostream &out, benchmark::State &state) |
virtual void | Finish (benchmark::State &state) |
TrackCounters () | |
virtual | ~TrackCounters () |
Private Attributes | |
std::vector< std::string > | labels_ |
grpc_stats_data | stats_begin_ |
|
virtual |
Definition at line 57 of file helpers.cc.
|
virtual |
Reimplemented in grpc::testing::InProcessCHTTP2WithExplicitStats, grpc::testing::EndpointPairFixture, and grpc::testing::FullstackFixture.
Definition at line 61 of file helpers.cc.
|
virtual |
Reimplemented in IsolatedCallFixture.
Definition at line 44 of file helpers.cc.
|
private |