Class allowing retrieval of the time spent between the constructor call and the destructor call. More...
Public Member Functions | |
| ScopedStatLoop (ForLoopOneExecStat *s) | |
Public Attributes | |
| Int64 | m_begin_time = 0.0 |
| ForLoopOneExecStat * | m_stat_info = nullptr |
Class allowing retrieval of the time spent between the constructor call and the destructor call.
Definition at line 36 of file arccore/src/base/arccore/base/Profiling.h.
|
explicit |
Definition at line 141 of file Profiling.cc.
| Arcane::Impl::ScopedStatLoop::~ScopedStatLoop | ( | ) |
Definition at line 153 of file Profiling.cc.
| Int64 Arcane::Impl::ScopedStatLoop::m_begin_time = 0.0 |
Definition at line 45 of file arccore/src/base/arccore/base/Profiling.h.
| ForLoopOneExecStat* Arcane::Impl::ScopedStatLoop::m_stat_info = nullptr |
Definition at line 46 of file arccore/src/base/arccore/base/Profiling.h.