 |
Shiokaze Framework
A research-oriented fluid solver for computer graphics
|
|
Go to the documentation of this file.
25 #ifndef SHKZ_GLOBAL_TIMER_H
26 #define SHKZ_GLOBAL_TIMER_H
Class that deals with global timings.
Definition: global_timer.h:34
static void resume()
Reume global time measurement.
static double get_milliseconds()
Get the current global time.
#define SHKZ_BEGIN_NAMESPACE
Name space beggining definition for shiokaze.
Definition: common.h:39
static void pause()
Pause global time measurement.
#define SHKZ_END_NAMESPACE
Name space end definition for shiokaze.
Definition: common.h:44