EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Test::benchmark_tools_internal::MicroBenchmarkIter< Callable, Input > Struct Template Reference

#include <acts/blob/sPHENIX/Tests/CommonHelpers/Acts/Tests/CommonHelpers/BenchmarkTools.hpp>

Static Public Member Functions

static void iter (const Callable &iteration, const Input *input)
 

Static Public Attributes

static constexpr bool is_callable
 

Detailed Description

template<typename Callable, typename Input = void>
struct Acts::Test::benchmark_tools_internal::MicroBenchmarkIter< Callable, Input >

Definition at line 395 of file BenchmarkTools.hpp.

View newest version in sPHENIX GitHub at line 395 of file BenchmarkTools.hpp

Member Function Documentation

template<typename Callable , typename Input = void>
static void Acts::Test::benchmark_tools_internal::MicroBenchmarkIter< Callable, Input >::iter ( const Callable &  iteration,
const Input *  input 
)
inlinestatic

Definition at line 398 of file BenchmarkTools.hpp.

View newest version in sPHENIX GitHub at line 398 of file BenchmarkTools.hpp

References Acts::Test::benchmark_tools_internal::MicroBenchmarkIter< Callable, Input >::is_callable, and Acts::Test::benchmark_tools_internal::MicroBenchmarkIterImpl< Callable, Input, Result >::iter().

Referenced by Acts::Test::microBenchmark().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

template<typename Callable , typename Input = void>
constexpr bool Acts::Test::benchmark_tools_internal::MicroBenchmarkIter< Callable, Input >::is_callable
static
Initial value:
=
Concepts ::exists<call_with_input_t, Callable, Input>

Definition at line 396 of file BenchmarkTools.hpp.

View newest version in sPHENIX GitHub at line 396 of file BenchmarkTools.hpp

Referenced by Acts::Test::benchmark_tools_internal::MicroBenchmarkIter< Callable, Input >::iter(), and Acts::Test::benchmark_tools_internal::MicroBenchmarkIter< Callable, void >::iter().


The documentation for this struct was generated from the following file: