![]() |
Project
|
#include "Framework/WorkflowSpec.h"
#include "Framework/ConfigParamRegistry.h"
#include "Framework/ConfigContext.h"
#include "Framework/DataSpecUtils.h"
#include "Framework/OutputSpec.h"
#include "Framework/SimpleOptionsRetriever.h"
#include "../src/WorkflowHelpers.h"
#include <benchmark/benchmark.h>
#include <algorithm>
Go to the source code of this file.
Functions | |
std::unique_ptr< ConfigContext > | makeEmptyConfigContext () |
BENCHMARK (BM_CreateGraphOverhead) -> Range(1, 1<< 10) | |
BENCHMARK (BM_CreateGraphReverseOverhead) -> Range(1, 1<< 10) | |
BENCHMARK_MAIN () | |
BENCHMARK | ( | BM_CreateGraphOverhead | ) | -> Range(1, 1<< 10) |
BENCHMARK | ( | BM_CreateGraphReverseOverhead | ) | -> Range(1, 1<< 10) |
BENCHMARK_MAIN | ( | ) |
std::unique_ptr< ConfigContext > makeEmptyConfigContext | ( | ) |
Definition at line 23 of file benchmark_WorkflowHelpers.cxx.