Home
last modified time | relevance | path

Searched refs:TrackCounters (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_metadata.cc33 TrackCounters track_counters; in BM_SliceFromStatic()
42 TrackCounters track_counters; in BM_SliceFromCopied()
51 TrackCounters track_counters; in BM_SliceIntern()
61 TrackCounters track_counters; in BM_SliceReIntern()
72 TrackCounters track_counters; in BM_SliceInternStaticMetadata()
81 TrackCounters track_counters; in BM_SliceInternEqualToStaticMetadata()
91 TrackCounters track_counters; in BM_MetadataFromNonInternedSlices()
104 TrackCounters track_counters; in BM_MetadataFromInternedSlices()
120 TrackCounters track_counters; in BM_MetadataFromInternedSlicesAlreadyInIndex()
137 TrackCounters track_counters; in BM_MetadataFromInternedKey()
[all …]
Dbm_error.cc39 TrackCounters track_counters; in BM_ErrorCreateFromStatic()
48 TrackCounters track_counters; in BM_ErrorCreateFromCopied()
57 TrackCounters track_counters; in BM_ErrorCreateAndSetStatus()
68 TrackCounters track_counters; in BM_ErrorCreateAndSetIntAndStr()
81 TrackCounters track_counters; in BM_ErrorCreateAndSetIntLoop()
93 TrackCounters track_counters; in BM_ErrorCreateAndSetStrLoop()
106 TrackCounters track_counters; in BM_ErrorRefUnref()
117 TrackCounters track_counters; in BM_ErrorUnrefNone()
125 TrackCounters track_counters; in BM_ErrorGetIntFromNoError()
135 TrackCounters track_counters; in BM_ErrorGetMissingInt()
[all …]
Dbm_closure.cc36 TrackCounters track_counters; in BM_NoOpExecCtx()
45 TrackCounters track_counters; in BM_WellFlushed()
58 TrackCounters track_counters; in BM_ClosureInitAgainstExecCtx()
69 TrackCounters track_counters; in BM_ClosureInitAgainstCombiner()
84 TrackCounters track_counters; in BM_ClosureRunOnExecCtx()
98 TrackCounters track_counters; in BM_ClosureCreateAndRun()
111 TrackCounters track_counters; in BM_ClosureInitAndRun()
125 TrackCounters track_counters; in BM_ClosureSchedOnExecCtx()
139 TrackCounters track_counters; in BM_ClosureSched2OnExecCtx()
156 TrackCounters track_counters; in BM_ClosureSched3OnExecCtx()
[all …]
Dbm_cq.cc38 TrackCounters track_counters; in BM_CreateDestroyCpp()
48 TrackCounters track_counters; in BM_CreateDestroyCpp2()
59 TrackCounters track_counters; in BM_CreateDestroyCore()
79 TrackCounters track_counters; in BM_Pass1Cpp()
99 TrackCounters track_counters; in BM_Pass1Core()
118 TrackCounters track_counters; in BM_Pluck1Core()
137 TrackCounters track_counters; in BM_EmptyCore()
Dhelpers.h63 class TrackCounters {
65 TrackCounters() { grpc_stats_collect(&stats_begin_); } in TrackCounters() function
66 virtual ~TrackCounters() {} in ~TrackCounters()
Dbm_pollset.cc50 TrackCounters track_counters; in BM_CreateDestroyPollset()
76 TrackCounters track_counters; in BM_PollEmptyPollset_SpeedOfLight()
113 TrackCounters track_counters; in BM_PollEmptyPollset()
135 TrackCounters track_counters; in BM_PollAddFd()
186 TrackCounters track_counters; in BM_SingleThreadPollOneFd_SpeedOfLight()
217 TrackCounters track_counters; in BM_SingleThreadPollOneFd()
Dhelpers.cc23 void TrackCounters::Finish(benchmark::State& state) { in Finish()
36 void TrackCounters::AddLabel(const grpc::string& label) { in AddLabel()
40 void TrackCounters::AddToLabel(std::ostream& out, benchmark::State& state) { in AddToLabel()
Dbm_call_create.cc56 TrackCounters track_counters; in BM_Zalloc()
107 TrackCounters track_counters; in BM_CallCreateDestroy()
133 TrackCounters track_counters; in BM_LameChannelCallCreateCpp()
159 TrackCounters track_counters; in BM_LameChannelCallCreateCore()
233 TrackCounters track_counters; in BM_LameChannelCallCreateCoreSeparateBatch()
504 TrackCounters track_counters; in BM_IsolatedFilter()
697 class IsolatedCallFixture : public TrackCounters {
716 TrackCounters::Finish(state); in Finish()
Dbm_chttp2_transport.cc260 TrackCounters track_counters; in BM_StreamCreateDestroy()
306 TrackCounters track_counters; in BM_StreamCreateSendInitialMetadataDestroy()
357 TrackCounters track_counters; in BM_TransportEmptyOp()
390 TrackCounters track_counters; in BM_TransportStreamSend()
524 TrackCounters track_counters; in BM_TransportStreamRecv()
Dbm_chttp2_hpack.cc55 TrackCounters track_counters; in BM_HpackEncoderInitDestroy()
70 TrackCounters track_counters; in BM_HpackEncoderEncodeDeadline()
115 TrackCounters track_counters; in BM_HpackEncoderEncodeHeader()
435 TrackCounters track_counters; in BM_HpackParserInitDestroy()
454 TrackCounters track_counters; in BM_HpackParserParseHeader()
Dbm_cq_multiple_threads.cc171 TrackCounters track_counters; in BM_Cq_Throughput()
Dfullstack_fixtures.h63 class BaseFixture : public TrackCounters {};