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

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> | |
A thread monitor, which collects information about the resources of all running threads of the current process.
1.8.14