Public Member Functions | |
| Stats () noexcept=default | |
Public Attributes | |
| int | depth {0} |
| recursive depth | |
| Long | n {0L} |
| number of calls | |
| double | dtin {0.0} |
| inclusive dt | |
| double | dtex {0.0} |
| exclusive dt | |
|
defaultnoexcept |
| int amrex::TinyProfiler::Stats::depth {0} |
recursive depth
| double amrex::TinyProfiler::Stats::dtex {0.0} |
exclusive dt
| double amrex::TinyProfiler::Stats::dtin {0.0} |
inclusive dt
| Long amrex::TinyProfiler::Stats::n {0L} |
number of calls