LAMA
/home/brandes/workspace/LAMA/src/lama/tracing/RegionTable.hpp File Reference

Definition of class that contains all regions with their timings. More...

#include <lama/config.hpp>
#include <lama/task/Thread.hpp>
#include <logging/logging.hpp>
#include <cstring>
#include <cstdio>
#include <vector>
#include <map>

Go to the source code of this file.

Data Structures

class  tracing::RegionTable
 Class to collect timing information about different regions in an instrumented program. More...
struct  tracing::RegionTable::CmpString
struct  tracing::RegionTable::RegionEntry
 Structure for inclusive and exclusive time of each timer. More...
struct  tracing::RegionTable::CallEntry
 Structure for entry on the call stack (id, starttime) More...

Namespaces

namespace  tracing
 

This class is a helper class for tracing a scope in C++.



Detailed Description

Definition of class that contains all regions with their timings.

Author:
Thomas Brandes
Date:
21.11.2011 $Id$