#include <benchmark/benchmark.h>
#include "Headers/DataHeader.h"
#include "Headers/Stack.h"
#include "Framework/CompletionPolicyHelpers.h"
#include "Framework/DataRelayer.h"
#include "Framework/DataProcessingHeader.h"
#include <Monitoring/Monitoring.h>
#include <fairmq/TransportFactory.h>
#include <cstring>
#include <vector>
Go to the source code of this file.
◆ DataHeader
◆ Monitoring
◆ RecordAction
◆ Stack
◆ BENCHMARK() [1/6]
BENCHMARK |
( |
BM_RelayMessageCreation |
| ) |
|
◆ BENCHMARK() [2/6]
BENCHMARK |
( |
BM_RelayMultiplePayloads |
| ) |
-> Arg(10) ->Arg(100) ->Arg(1000) |
◆ BENCHMARK() [3/6]
BENCHMARK |
( |
BM_RelayMultipleRoutes |
| ) |
|
◆ BENCHMARK() [4/6]
BENCHMARK |
( |
BM_RelayMultipleSlots |
| ) |
|
◆ BENCHMARK() [5/6]
BENCHMARK |
( |
BM_RelaySingleSlot |
| ) |
|
◆ BENCHMARK() [6/6]
BENCHMARK |
( |
BM_RelaySplitParts |
| ) |
-> Arg(10) ->Arg(100) ->Arg(1000) |
◆ BENCHMARK_MAIN()