|
Bridge++
Version 1.4.4
|
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 24 of file counter.cpp.
| void Counter::finish | ( | ) |
Definition at line 42 of file counter.cpp.
| void Counter::finish | ( | double & | time, |
| double & | gflops | ||
| ) |
Definition at line 54 of file counter.cpp.
| void Counter::start | ( | ) |
Definition at line 35 of file counter.cpp.
|
staticprivate |