RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
Datacratic::RUsage Struct Reference

#include <rusage.h>

List of all members.

Public Member Functions

 RUsage (const struct rusage &res)
void clear ()
void getForCurrentProcess ()
RUsage operator- (const RUsage &other) const
Json::Value toJson () const

Public Attributes

double userTime
double systemTime
long minorFaults
long majorFaults
long voluntaryContextSwitches
long involuntaryContextSwitches

Detailed Description

Resource usage structure.

Definition at line 17 of file rusage.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator