WebCFace 2.9.0
Web-based Communication Framework & Dashboard-like UI
|
Functions | |
void | DoSetup (const benchmark::State &state) |
void | DoTeardown (const benchmark::State &) |
Variables | |
std::unique_ptr< webcface::server::Server > | server |
std::unique_ptr< webcface::Client > | wcli1 |
std::unique_ptr< webcface::Client > | wcli2 |
std::unique_ptr< std::thread > | sync_thread |
std::atomic< int > | recv_c |
std::vector< std::string > | names |
int | v = 0 |
void DoSetup | ( | const benchmark::State & | state | ) |
void DoTeardown | ( | const benchmark::State & | ) |
std::vector<std::string> names |
std::atomic<int> recv_c |
std::unique_ptr<webcface::server::Server> server |
std::unique_ptr<std::thread> sync_thread |
int v = 0 |
std::unique_ptr<webcface::Client> wcli1 |
std::unique_ptr<webcface::Client> wcli2 |