VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::PartitionCacheStats Struct Reference

#include <partition_cache.hpp>

Public Attributes

std::size_t resident_bytes {0}
 
std::size_t hits {0}
 
std::size_t misses {0}
 
std::size_t evictions {0}
 

Detailed Description

Definition at line 18 of file partition_cache.hpp.

Member Data Documentation

◆ evictions

std::size_t velographx::PartitionCacheStats::evictions {0}

Definition at line 22 of file partition_cache.hpp.

◆ hits

std::size_t velographx::PartitionCacheStats::hits {0}

Definition at line 20 of file partition_cache.hpp.

Referenced by velographx::PartitionCache< Payload >::get().

◆ misses

std::size_t velographx::PartitionCacheStats::misses {0}

Definition at line 21 of file partition_cache.hpp.

Referenced by velographx::PartitionCache< Payload >::get().

◆ resident_bytes


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