Project
Loading...
Searching...
No Matches
benchmark_WorkflowHelpers.cxx File Reference
#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< ConfigContextmakeEmptyConfigContext ()
 
 BENCHMARK (BM_CreateGraphOverhead) -> Range(1, 1<< 10)
 
 BENCHMARK (BM_CreateGraphReverseOverhead) -> Range(1, 1<< 10)
 
 BENCHMARK_MAIN ()
 

Function Documentation

◆ BENCHMARK() [1/2]

BENCHMARK ( BM_CreateGraphOverhead  ) -> Range(1, 1<< 10)

◆ BENCHMARK() [2/2]

BENCHMARK ( BM_CreateGraphReverseOverhead  ) -> Range(1, 1<< 10)

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )

◆ makeEmptyConfigContext()

std::unique_ptr< ConfigContext > makeEmptyConfigContext ( )

Definition at line 23 of file benchmark_WorkflowHelpers.cxx.