|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#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} |
Definition at line 18 of file partition_cache.hpp.
| std::size_t velographx::PartitionCacheStats::evictions {0} |
Definition at line 22 of file partition_cache.hpp.
| std::size_t velographx::PartitionCacheStats::hits {0} |
Definition at line 20 of file partition_cache.hpp.
Referenced by velographx::PartitionCache< Payload >::get().
| std::size_t velographx::PartitionCacheStats::misses {0} |
Definition at line 21 of file partition_cache.hpp.
Referenced by velographx::PartitionCache< Payload >::get().
| std::size_t velographx::PartitionCacheStats::resident_bytes {0} |
Definition at line 19 of file partition_cache.hpp.
Referenced by velographx::PartitionCache< Payload >::clear(), velographx::PartitionCache< Payload >::erase(), velographx::PartitionCache< Payload >::put(), and velographx::PartitionCache< Payload >::resident_bytes().