OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Classes | Macros | Typedefs | Variables
UtilTiming.hpp File Reference

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.
 

Detailed Description

Elapsed wall-time and CPU-cycles declaration.

Author
Chensong Zhang
Date
Sep/24/2019

Copyright (C) 2019–present by the FASP++ team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file UtilTiming.hpp.

Macro Definition Documentation

◆ __TIMING_HEADER__

#define __TIMING_HEADER__

indicate timing.hxx has been included –

Definition at line 13 of file UtilTiming.hpp.