webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::CPUTime Struct Reference

#include <CPUTime.h>

Public Member Functions

double percentageCPUUsageSince (const CPUTime &)
 
double percentageCPUUsageSince (const CPUTime &)
 

Public Attributes

int64_t cpuTime
 
int64_t userTime
 
int64_t systemTime
 

Member Function Documentation

◆ percentageCPUUsageSince() [1/2]

double WebCore::CPUTime::percentageCPUUsageSince ( const CPUTime reference)

◆ percentageCPUUsageSince() [2/2]

double WebCore::CPUTime::percentageCPUUsageSince ( const CPUTime )

Member Data Documentation

◆ cpuTime

int64_t WebCore::CPUTime::cpuTime

◆ systemTime

int64_t WebCore::CPUTime::systemTime

◆ userTime

int64_t WebCore::CPUTime::userTime

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