Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::Impl::ScopedStatLoop Class Reference

Class allowing retrieval of the time spent between the constructor call and the destructor call. More...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/base/arccore/base/Profiling.h>

Collaboration diagram for Arcane::Impl::ScopedStatLoop:

Public Member Functions

 ScopedStatLoop (ForLoopOneExecStat *s)

Public Attributes

Int64 m_begin_time = 0.0
ForLoopOneExecStatm_stat_info = nullptr

Detailed Description

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.

Constructor & Destructor Documentation

◆ ScopedStatLoop()

Arcane::Impl::ScopedStatLoop::ScopedStatLoop ( ForLoopOneExecStat * s)
explicit

Definition at line 141 of file Profiling.cc.

◆ ~ScopedStatLoop()

Arcane::Impl::ScopedStatLoop::~ScopedStatLoop ( )

Definition at line 153 of file Profiling.cc.

Member Data Documentation

◆ m_begin_time

Int64 Arcane::Impl::ScopedStatLoop::m_begin_time = 0.0

Definition at line 45 of file arccore/src/base/arccore/base/Profiling.h.

◆ m_stat_info

ForLoopOneExecStat* Arcane::Impl::ScopedStatLoop::m_stat_info = nullptr

Definition at line 46 of file arccore/src/base/arccore/base/Profiling.h.


The documentation for this class was generated from the following files: