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

#include <Benchmark.h>

Public Member Functions

 Memory ()
 
 Memory (size_t resident, size_t residentMax)
 
Memory operator- (const Memory &other)
 

Public Attributes

size_t resident
 
size_t residentMax
 

Constructor & Destructor Documentation

◆ Memory() [1/2]

Benchmark::Memory::Memory ( )
inline

◆ Memory() [2/2]

Benchmark::Memory::Memory ( size_t  resident,
size_t  residentMax 
)
inline

Member Function Documentation

◆ operator-()

Memory Benchmark::Memory::operator- ( const Memory other)
inline

Member Data Documentation

◆ resident

size_t Benchmark::Memory::resident

◆ residentMax

size_t Benchmark::Memory::residentMax

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