MIRA
Classes | Namespaces
ThreadMonitor.h File Reference

A thread monitor, which collects information about the resources of all running threads of the current process. More...

#include <map>
#include <vector>
#include <platform/Platform.h>
#include <utils/Singleton.h>
#include <utils/Time.h>
#include <thread/Thread.h>
#include <thread/ThreadID.h>
#include <serialization/adapters/std/vector>
Include dependency graph for ThreadMonitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ThreadMonitor
 A thread monitor class. More...
 
struct  ThreadMonitor::BasicThreadIdentity
 Serializable thread id. More...
 
struct  ThreadMonitor::ThreadIdentity
 Extend basic thread id by boost thread id (not serializable). More...
 
struct  ThreadMonitor::ThreadInfoBase
 Runtime thread info. More...
 
struct  ThreadMonitor::ThreadInfoTempl< TID >
 Combine thread identity (template param) and runtime info. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

A thread monitor, which collects information about the resources of all running threads of the current process.

Author
Christian Martin
Date
2010/09/20