Processor Counter Monitor
Classes | Macros | Functions
cpuasynchcounter.h File Reference

Implementation of a POSIX thread that periodically saves the current state of counters and exposes them to other threads. More...

#include <pthread.h>
#include <stdlib.h>
#include "cpucounters.h"
Include dependency graph for cpuasynchcounter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AsynchronCounterState
 

Macros

#define DELAY   1
 

Functions

void * UpdateCounters (void *)
 

Detailed Description

Implementation of a POSIX thread that periodically saves the current state of counters and exposes them to other threads.