|
WebCFace 3.3.1
Web-based Communication Framework & Dashboard-like UI
|
#include <benchmark/benchmark.h>#include <webcface/client.h>#include <webcface/text.h>#include <webcface/server/server.h>#include <iostream>Namespaces | |
| namespace | BM_SyncLongText |
Functions | |
| void | DoSetup (const benchmark::State &) |
| void | DoTeardown (const benchmark::State &) |
| void | SyncLongText (benchmark::State &state) |
| BENCHMARK (SyncLongText) -> RangeMultiplier(16) ->Range(1, 1048576) ->Setup(BM_SyncLongText::DoSetup) ->Teardown(BM_SyncLongText::DoTeardown) | |
Variables | |
| std::unique_ptr< webcface::Client > | wcli1 |
| unsigned char | c = ' ' |
| BENCHMARK | ( | SyncLongText | ) | -> RangeMultiplier(16) ->Range(1, 1048576) ->Setup(BM_SyncLongText::DoSetup) ->Teardown(BM_SyncLongText::DoTeardown) |
| void SyncLongText | ( | benchmark::State & | state | ) |