Bridge++
Ver. 1.2.x
|
Counter of time and GFlops for Blue Gene/Q at KEK. More...
#include <counter.h>
Public Member Functions | |
Counter () | |
void | start () |
void | finish () |
void | finish (double &time, double &gflops) |
Private Attributes | |
int | m_id |
counter id. More... | |
Static Private Attributes | |
static int | cid_static = 10 |
static id to asign unique id to the instance. More... | |
Counter of time and GFlops for Blue Gene/Q at KEK.
This class wraps libkek.h counter probably available only at KEK. [7 Feb 2014 H.Matsufuru]
Counter::Counter | ( | ) |
Definition at line 15 of file counter.cpp.
void Counter::finish | ( | ) |
Definition at line 33 of file counter.cpp.
void Counter::finish | ( | double & | time, |
double & | gflops | ||
) |
Definition at line 45 of file counter.cpp.
void Counter::start | ( | ) |
Definition at line 26 of file counter.cpp.
|
staticprivate |