Itoyori  v0.0.1
ityr::ori::home_profiler_stats Class Reference

#include <home_profiler.hpp>

Public Member Functions

 home_profiler_stats ()
 
void record (std::size_t bytes, bool hit)
 
void record (std::byte *seg_addr, std::size_t seg_size, std::byte *req_addr, std::size_t req_size, bool hit)
 
void start ()
 
void stop ()
 
void print () const
 

Constructor & Destructor Documentation

◆ home_profiler_stats()

ityr::ori::home_profiler_stats::home_profiler_stats ( )
inline

Member Function Documentation

◆ print()

void ityr::ori::home_profiler_stats::print ( ) const
inline

◆ record() [1/2]

void ityr::ori::home_profiler_stats::record ( std::byte *  seg_addr,
std::size_t  seg_size,
std::byte *  req_addr,
std::size_t  req_size,
bool  hit 
)
inline

◆ record() [2/2]

void ityr::ori::home_profiler_stats::record ( std::size_t  bytes,
bool  hit 
)
inline

◆ start()

void ityr::ori::home_profiler_stats::start ( )
inline

◆ stop()

void ityr::ori::home_profiler_stats::stop ( )
inline

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