BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmt::ThroughputBenchmark_WorkFunction Class Reference

#include <bslmt_throughputbenchmark.h>

Public Member Functions

 ThroughputBenchmark_WorkFunction (ThroughputBenchmark_WorkData &data)
 
 ~ThroughputBenchmark_WorkFunction ()=default
 
void operator() ()
 Work function being run on the thread.
 

Detailed Description

This class is the work function functor, being called for each work thread.

See bslmt_throughputbenchmark

Constructor & Destructor Documentation

◆ ThroughputBenchmark_WorkFunction()

bslmt::ThroughputBenchmark_WorkFunction::ThroughputBenchmark_WorkFunction ( ThroughputBenchmark_WorkData data)
inlineexplicit

Create a ThroughputBenchmark_WorkFunction object with the specified data argument.

◆ ~ThroughputBenchmark_WorkFunction()

bslmt::ThroughputBenchmark_WorkFunction::~ThroughputBenchmark_WorkFunction ( )
default

Member Function Documentation

◆ operator()()

void bslmt::ThroughputBenchmark_WorkFunction::operator() ( )

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