Bridge++
Ver. 1.3.x
Main Page
Namespaces
Classes
Files
File List
File Members
counter.h
Go to the documentation of this file.
1
14
#ifndef COUNTER_INCLUDED
15
#define COUNTER_INCLUDED
16
18
24
class
Counter
{
25
private
:
26
int
m_id
;
27
static
int
cid_static
;
28
29
public
:
30
Counter
();
31
void
start
();
32
void
finish
();
33
void
finish
(
double
& time,
double
& gflops);
34
};
35
#endif
/* #ifndef COUNTER_INCLUDED */
Counter::Counter
Counter()
Definition:
counter.cpp:24
Counter::finish
void finish()
Definition:
counter.cpp:42
Counter::cid_static
static int cid_static
static id to asign unique id to the instance.
Definition:
counter.h:27
Counter::m_id
int m_id
counter id.
Definition:
counter.h:26
Counter::start
void start()
Definition:
counter.cpp:35
Counter
Counter of time and GFlops for Blue Gene/Q at KEK.
Definition:
counter.h:24
work
sueda3
svn
bridge
branches
release
version1.3
src
Communicator
BGNET
counter.h
Generated on Mon Nov 2 2015 22:38:54 for Bridge++ by
1.8.10