OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
BenchmarkData::SendMarks Struct Reference

Public Member Functions

 SendMarks ()=default
PerformanceCounter::Span sendSpanNano () const
PerformanceCounter::Span overallSendSpanNano () const

Public Attributes

PerformanceCounter::Count sendStart
PerformanceCounter::Count sendFinish
PerformanceCounter::Count overallSendFinish

Detailed Description

Definition at line 39 of file BenchmarkData.h.

Constructor & Destructor Documentation

◆ SendMarks()

SendMarks ( )
default

Member Function Documentation

◆ overallSendSpanNano()

PerformanceCounter::Span overallSendSpanNano ( ) const
inline

Definition at line 52 of file BenchmarkData.h.

53 {
55 }
static Span nsSpan(const PerformanceCounter::Count &stop, const PerformanceCounter::Count &start)
PerformanceCounter::Count sendStart
PerformanceCounter::Count overallSendFinish

◆ sendSpanNano()

PerformanceCounter::Span sendSpanNano ( ) const
inline

Definition at line 47 of file BenchmarkData.h.

48 {
50 }
PerformanceCounter::Count sendFinish

Member Data Documentation

◆ overallSendFinish

PerformanceCounter::Count overallSendFinish

Definition at line 43 of file BenchmarkData.h.

◆ sendFinish

Definition at line 42 of file BenchmarkData.h.

◆ sendStart

Definition at line 41 of file BenchmarkData.h.