Lumiera  0.pre.03
»edit your freedom«
sync-barrier-performance-test.cpp File Reference

Go to the source code of this file.

Description

Assess the performance characteristics of lib::SyncBarrier Helpers and setup for the SyncBarrierPerformance_test.

Definition in file sync-barrier-performance-test.cpp.

Classes

class  FakeBarrier
 Empty placeholder implementation. More...
 
class  MonitorSync
 A Monitor based reference implementation, using Mutex + Condition Variable for sleeping wait. More...
 
class  SyncBarrierPerformance_test
 

Functions

 LAUNCHER (SyncBarrierPerformance_test, "function common")
 Register this test class... More...
 

Variables

const uint NUM_STAGES = 1024
 

Namespaces

 lib
 Implementation namespace for support and library code.
 

Function Documentation

◆ LAUNCHER()

lib::test::LAUNCHER ( SyncBarrierPerformance_test  ,
"function common"   
)

Register this test class...