Entry Struct ReferenceΒΆ

adc_cpp: pops::runtime::program::Profiler::Entry Struct Reference
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
pops::runtime::program::Profiler::Entry Struct Reference

#include <profiler.hpp>

+ Collaboration diagram for pops::runtime::program::Profiler::Entry:

Public Member Functions

double mean_s () const
 

Public Attributes

std::uint64_t count = 0
 
double total_s = 0.0
 
double min_s = 0.0
 
double max_s = 0.0
 

Member Function Documentation

◆ mean_s()

double pops::runtime::program::Profiler::Entry::mean_s ( ) const
inline
+ Here is the caller graph for this function:

Member Data Documentation

◆ count

std::uint64_t pops::runtime::program::Profiler::Entry::count = 0

◆ max_s

double pops::runtime::program::Profiler::Entry::max_s = 0.0

◆ min_s

double pops::runtime::program::Profiler::Entry::min_s = 0.0

◆ total_s

double pops::runtime::program::Profiler::Entry::total_s = 0.0

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