cuIBM
A GPU-based Immersed Boundary Method code
Classes | Typedefs
logger.h File Reference

Definition of the class Logger. More...

#include <sys/time.h>
#include <map>
#include <string>
#include <iostream>
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logger
 Monitors the time spent to achieve a certain task. More...
 

Typedefs

typedef std::map< std::string, double > Event
 
typedef std::map< std::string, double >::iterator E_iter
 

Detailed Description

Definition of the class Logger.

Definition in file logger.h.

Typedef Documentation

typedef std::map<std::string, double>::iterator E_iter

Definition at line 26 of file logger.h.

typedef std::map<std::string, double> Event

Definition at line 19 of file logger.h.