join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
monotonicstats_test.cpp File Reference
#include <join/statistics.hpp>
#include <gtest/gtest.h>
#include <thread>
Include dependency graph for monotonicstats_test.cpp:

Functions

 TEST (MonotonicStats, name)
 Test name.
 
 TEST (MonotonicStats, start)
 Test start.
 
 TEST (MonotonicStats, stop)
 Test stop.
 
 TEST (MonotonicStats, reset)
 Test reset.
 
 TEST (MonotonicStats, count)
 Test count.
 
 TEST (MonotonicStats, last)
 Test last.
 
 TEST (MonotonicStats, min)
 Test min.
 
 TEST (MonotonicStats, max)
 Test max.
 
 TEST (MonotonicStats, mean)
 Test mean.
 
 TEST (MonotonicStats, throughput)
 Test throughput.
 
 TEST (MonotonicStats, percentile)
 Test percentile.
 
 TEST (RdtscStats, mlock)
 Test mlock.
 
 TEST (MonotonicStats, scoped)
 Test ScopedStats.
 
 TEST (MonotonicStats, statsHeader)
 Test statsHeader.
 
 TEST (MonotonicStats, nsec)
 Test nsec manipulator.
 
 TEST (MonotonicStats, usec)
 Test usec manipulator.
 
 TEST (MonotonicStats, msec)
 Test msec manipulator.
 
 TEST (MonotonicStats, sec)
 Test sec manipulator.
 
 TEST (MonotonicStats, ops)
 Test ops manipulator.
 
 TEST (MonotonicStats, kops)
 Test kops manipulator.
 
 TEST (MonotonicStats, mops)
 Test mops manipulator.
 
 TEST (MonotonicStats, gops)
 Test gops manipulator.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/22]

TEST ( MonotonicStats ,
count  )

Test count.

◆ TEST() [2/22]

TEST ( MonotonicStats ,
gops  )

Test gops manipulator.

◆ TEST() [3/22]

TEST ( MonotonicStats ,
kops  )

Test kops manipulator.

◆ TEST() [4/22]

TEST ( MonotonicStats ,
last  )

Test last.

◆ TEST() [5/22]

TEST ( MonotonicStats ,
max  )

Test max.

◆ TEST() [6/22]

TEST ( MonotonicStats ,
mean  )

Test mean.

◆ TEST() [7/22]

TEST ( MonotonicStats ,
min  )

Test min.

◆ TEST() [8/22]

TEST ( MonotonicStats ,
mops  )

Test mops manipulator.

◆ TEST() [9/22]

TEST ( MonotonicStats ,
msec  )

Test msec manipulator.

◆ TEST() [10/22]

TEST ( MonotonicStats ,
name  )

Test name.

◆ TEST() [11/22]

TEST ( MonotonicStats ,
nsec  )

Test nsec manipulator.

◆ TEST() [12/22]

TEST ( MonotonicStats ,
ops  )

Test ops manipulator.

◆ TEST() [13/22]

TEST ( MonotonicStats ,
percentile  )

Test percentile.

◆ TEST() [14/22]

TEST ( MonotonicStats ,
reset  )

Test reset.

◆ TEST() [15/22]

TEST ( MonotonicStats ,
scoped  )

Test ScopedStats.

◆ TEST() [16/22]

TEST ( MonotonicStats ,
sec  )

Test sec manipulator.

◆ TEST() [17/22]

TEST ( MonotonicStats ,
start  )

Test start.

◆ TEST() [18/22]

TEST ( MonotonicStats ,
statsHeader  )

Test statsHeader.

◆ TEST() [19/22]

TEST ( MonotonicStats ,
stop  )

Test stop.

◆ TEST() [20/22]

TEST ( MonotonicStats ,
throughput  )

Test throughput.

◆ TEST() [21/22]

TEST ( MonotonicStats ,
usec  )

Test usec manipulator.

◆ TEST() [22/22]

TEST ( RdtscStats ,
mlock  )

Test mlock.