|
| int | join::details::latencyScaleIndex () noexcept |
| | returns the xalloc index used to store the latency scale on a stream.
|
| |
| int | join::details::throughputScaleIndex () noexcept |
| | returns the xalloc index used to store the throughput scale on a stream.
|
| |
| std::ostream & | join::statsHeader (std::ostream &out) |
| | print the statistics table header to a stream.
|
| |
| std::ostream & | join::nsec (std::ostream &out) |
| | set latency display unit to nanoseconds.
|
| |
| std::ostream & | join::usec (std::ostream &out) |
| | set latency display unit to microseconds.
|
| |
| std::ostream & | join::msec (std::ostream &out) |
| | set latency display unit to milliseconds.
|
| |
| std::ostream & | join::sec (std::ostream &out) |
| | set latency display unit to seconds.
|
| |
| std::ostream & | join::ops (std::ostream &out) |
| | set throughput display unit to ops/sec.
|
| |
| std::ostream & | join::kops (std::ostream &out) |
| | set throughput display unit to Kops/sec.
|
| |
| std::ostream & | join::mops (std::ostream &out) |
| | set throughput display unit to Mops/sec.
|
| |
| std::ostream & | join::gops (std::ostream &out) |
| | set throughput display unit to Gops/sec.
|
| |
| template<class ClockPolicy > |
| std::ostream & | join::operator<< (std::ostream &out, const BasicStats< ClockPolicy > &statistics) |
| | stream insertion operator for statistics.
|
| |