ThreadUsage Struct Reference

#include <ArmarXCore/core/system/ProcessWatcher.h>

Public Member Functions

bool operator< (const ThreadUsage &rhs) const
 
bool operator== (const ThreadUsage &rhs) const
 

Public Attributes

int lastJiffies
 
IceUtil::Time lastUpdate
 
double load
 
int processId
 
int threadId
 

Detailed Description

Definition at line 39 of file ProcessWatcher.h.

Member Function Documentation

◆ operator<()

bool operator< ( const ThreadUsage rhs) const

Definition at line 315 of file ProcessWatcher.cpp.

◆ operator==()

bool operator== ( const ThreadUsage rhs) const

Definition at line 330 of file ProcessWatcher.cpp.

Member Data Documentation

◆ lastJiffies

int lastJiffies

Definition at line 44 of file ProcessWatcher.h.

◆ lastUpdate

IceUtil::Time lastUpdate

Definition at line 43 of file ProcessWatcher.h.

◆ load

double load

Definition at line 45 of file ProcessWatcher.h.

◆ processId

int processId

Definition at line 42 of file ProcessWatcher.h.

◆ threadId

int threadId

Definition at line 41 of file ProcessWatcher.h.


The documentation for this struct was generated from the following files: