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) | |
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
| Arcane::Timer::Action::Action | ( | ISubDomain * | sub_domain, |
| const String & | action_name, | ||
| bool | print_time = false ) |
| Arcane::Timer::Action::Action | ( | ITimeStats * | stats, |
| const String & | action_name, | ||
| bool | print_time = false ) |