Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Counter Class Reference

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...
 

Detailed Description

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]

Definition at line 24 of file counter.h.

Constructor & Destructor Documentation

Counter::Counter ( )

Definition at line 24 of file counter.cpp.

Member Function Documentation

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.

Member Data Documentation

int Counter::cid_static = 10
staticprivate

static id to asign unique id to the instance.

Definition at line 27 of file counter.h.

int Counter::m_id
private

counter id.

Definition at line 26 of file counter.h.


The documentation for this class was generated from the following files: