WebCFace 2.9.0
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
BM_LatencyMultipleValue Namespace Reference

Functions

void DoSetup (const benchmark::State &state)
 
void DoTeardown (const benchmark::State &)
 

Variables

std::unique_ptr< webcface::server::Serverserver
 
std::unique_ptr< webcface::Clientwcli1
 
std::unique_ptr< webcface::Clientwcli2
 
std::unique_ptr< std::thread > sync_thread
 
std::atomic< int > recv_c
 
std::vector< std::string > names
 
int v = 0
 

Function Documentation

◆ DoSetup()

void DoSetup ( const benchmark::State &  state)

◆ DoTeardown()

void DoTeardown ( const benchmark::State &  )

Variable Documentation

◆ names

std::vector<std::string> names

◆ recv_c

std::atomic<int> recv_c

◆ server

std::unique_ptr<webcface::server::Server> server

◆ sync_thread

std::unique_ptr<std::thread> sync_thread

◆ v

int v = 0

◆ wcli1

std::unique_ptr<webcface::Client> wcli1

◆ wcli2

std::unique_ptr<webcface::Client> wcli2