Public Member Functions | Private Attributes | List of all members
IsolatedCallFixture Class Reference
Inheritance diagram for IsolatedCallFixture:
Inheritance graph
[legend]

Public Member Functions

grpc_channelchannel () const
 
grpc_completion_queuecq () const
 
void Finish (benchmark::State &state) override
 
 IsolatedCallFixture ()
 
- Public Member Functions inherited from TrackCounters
virtual void AddLabel (const std::string &label)
 
virtual void AddToLabel (std::ostream &out, benchmark::State &state)
 
 TrackCounters ()
 
virtual ~TrackCounters ()
 

Private Attributes

grpc_channelchannel_
 
grpc_completion_queuecq_
 

Detailed Description

Definition at line 719 of file bm_call_create.cc.

Constructor & Destructor Documentation

◆ IsolatedCallFixture()

IsolatedCallFixture::IsolatedCallFixture ( )
inline

Definition at line 721 of file bm_call_create.cc.

Member Function Documentation

◆ channel()

grpc_channel* IsolatedCallFixture::channel ( ) const
inline

Definition at line 749 of file bm_call_create.cc.

◆ cq()

grpc_completion_queue* IsolatedCallFixture::cq ( ) const
inline

Definition at line 750 of file bm_call_create.cc.

◆ Finish()

void IsolatedCallFixture::Finish ( benchmark::State state)
inlineoverridevirtual

Reimplemented from TrackCounters.

Definition at line 743 of file bm_call_create.cc.

Member Data Documentation

◆ channel_

grpc_channel* IsolatedCallFixture::channel_
private

Definition at line 754 of file bm_call_create.cc.

◆ cq_

grpc_completion_queue* IsolatedCallFixture::cq_
private

Definition at line 753 of file bm_call_create.cc.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46