The Pedigree Project 0.1
Public Member Functions | Public Attributes | List of all members
CacheManager::TimerStamp Struct Reference
+ Collaboration diagram for CacheManager::TimerStamp:

Public Member Functions

void advance (uint64_t delta)
 
uint64_t since (const TimerStamp &previous) const
 

Public Attributes

uint64_t elapsed = 0
 
uint64_t wraps = 0
 

Detailed Description

Definition at line 118 of file Cache.h.

Member Function Documentation

◆ advance()

void CacheManager::TimerStamp::advance ( uint64_t  delta)

Definition at line 334 of file Cache.cc.

◆ since()

uint64_t CacheManager::TimerStamp::since ( const TimerStamp previous) const

Definition at line 341 of file Cache.cc.

Member Data Documentation

◆ elapsed

uint64_t CacheManager::TimerStamp::elapsed = 0

Definition at line 119 of file Cache.h.

◆ wraps

uint64_t CacheManager::TimerStamp::wraps = 0

Definition at line 120 of file Cache.h.


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