areaDetector
3-5-0
EPICS areaDetector framework
|
#include "CpuUtil.h"
Namespaces | |
CpuUtil | |
PerformanceCounter | |
SecondsCounter | |
Conversion | |
Functions | |
bool | CpuUtil::StartCpuTracing (CpuUsageInfo *cpuUsage) |
bool | CpuUtil::StopCpuTracing (CpuUsageInfo *cpuUsage) |
std::string | CpuUtil::GetCpuStats (CpuUsageInfo *cpuUsage) |
void | PerformanceCounter::StartPerformanceCounter () |
double | PerformanceCounter::GetPerformanceCounter () |
void | SecondsCounter::StartSecondsCounter () |
int | SecondsCounter::GetSecondsCounter () |
string | Conversion::NumToCString (int number) |
string | Conversion::NumToCString (double number) |
string | Conversion::NumToCString (float number) |
Variables | |
double | PerformanceCounter::PCFreq |
__int64 | PerformanceCounter::CounterStart |
time_t | SecondsCounter::startTime |
time_t | SecondsCounter::endTime |
double | SecondsCounter::timeDiff |