Home Previous Up Next Index

armarx::ProfilerProcessCpuUsage

Overview

struct ProfilerProcessCpuUsage

Used By

ProfilerProcessCpuUsageList
ProfilerListener::reportProcessCpuUsage

Data Member Index

processId
timestamp
processName
cpuUsage

Data Members

int processId;
long timestamp;
string processName;
float cpuUsage;

Home Previous Up Next Index