Block-Structured AMR Software Framework
amrex::TinyProfiler::Stats Struct Reference

Public Member Functions

 Stats () noexcept=default
 

Public Attributes

int depth {0}
 recursive depth More...
 
Long n {0L}
 number of calls More...
 
double dtin {0.0}
 inclusive dt More...
 
double dtex {0.0}
 exclusive dt More...
 

Constructor & Destructor Documentation

◆ Stats()

amrex::TinyProfiler::Stats::Stats ( )
defaultnoexcept

Member Data Documentation

◆ depth

int amrex::TinyProfiler::Stats::depth {0}

recursive depth

◆ dtex

double amrex::TinyProfiler::Stats::dtex {0.0}

exclusive dt

◆ dtin

double amrex::TinyProfiler::Stats::dtin {0.0}

inclusive dt

◆ n

Long amrex::TinyProfiler::Stats::n {0L}

number of calls


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