Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::Timer::Action Class Reference

Positions the name of the currently executing action. More...

#include <arcane/core/Timer.h>

Public Member Functions

 Action (ISubDomain *sub_domain, const String &action_name, bool print_time=false)
 Action (ITimeStats *stats, const String &action_name, bool print_time=false)

Detailed Description

Positions the name of the currently executing action.

An action name can be anything. It is just used to differentiate the different parts of a run and to know the time of each one. Actions must be nested within each other

Definition at line 118 of file Timer.h.

Constructor & Destructor Documentation

◆ Action() [1/2]

Arcane::Timer::Action::Action ( ISubDomain * sub_domain,
const String & action_name,
bool print_time = false )

Definition at line 129 of file Timer.cc.

◆ Action() [2/2]

Arcane::Timer::Action::Action ( ITimeStats * stats,
const String & action_name,
bool print_time = false )

Definition at line 143 of file Timer.cc.

◆ ~Action()

Arcane::Timer::Action::~Action ( )

Definition at line 155 of file Timer.cc.


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