Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bslmt::ThroughputBenchmark_WorkFunction Class Reference

#include <bslmt_throughputbenchmark.h>

List of all members.

Public Member Functions

 ThroughputBenchmark_WorkFunction (ThroughputBenchmark_WorkData &data)
 ~ThroughputBenchmark_WorkFunction ()
void operator() ()

Detailed Description

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

See Component bslmt_throughputbenchmark


Constructor & Destructor Documentation

bslmt::ThroughputBenchmark_WorkFunction::ThroughputBenchmark_WorkFunction ( ThroughputBenchmark_WorkData data  )  [explicit]

Create a ThroughputBenchmark_WorkFunction object with the specified data argument.

bslmt::ThroughputBenchmark_WorkFunction::~ThroughputBenchmark_WorkFunction (  ) 

Destroy this object.


Member Function Documentation

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

Work function being run on the thread.


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