![]() |
OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
Elapsed wall-time and CPU-cycles declaration. More...
#include <chrono>#include <iomanip>#include <iostream>#include <string>Go to the source code of this file.
Classes | |
| class | GetWallTime |
| Get elapsed wall-time in millisecond. More... | |
Macros | |
| #define | __TIMING_HEADER__ |
Typedefs | |
| typedef unsigned long long | uint64 |
| Unsigned long long int. | |
Variables | |
| const double | CLOCK_USE_SEC = 5000 |
| Show clock time in seconds. | |
| const double | CLOCK_USE_MIN = 200000 |
| Show clock time in minutes. | |
Elapsed wall-time and CPU-cycles declaration.
Copyright (C) 2019–present by the FASP++ team. All rights reserved.
Definition in file UtilTiming.hpp.
| #define __TIMING_HEADER__ |
indicate timing.hxx has been included –
Definition at line 13 of file UtilTiming.hpp.