LLFIO v2.00
Loading...
Searching...
No Matches
llfio_v2_xxx::map_handle::cache_statistics Struct Reference

Statistics about the map handle cache. More...

#include "map_handle.hpp"

Public Attributes

size_t items_in_cache {0}
 
size_t bytes_in_cache {0}
 
size_t items_just_trimmed {0}
 
size_t bytes_just_trimmed {0}
 
size_t hits {0}
 
size_t misses {0}
 

Detailed Description

Statistics about the map handle cache.

Member Data Documentation

◆ bytes_in_cache

size_t llfio_v2_xxx::map_handle::cache_statistics::bytes_in_cache {0}
701{0};

◆ bytes_just_trimmed

size_t llfio_v2_xxx::map_handle::cache_statistics::bytes_just_trimmed {0}
703{0};

◆ hits

size_t llfio_v2_xxx::map_handle::cache_statistics::hits {0}
704{0}, misses{0};

◆ items_in_cache

size_t llfio_v2_xxx::map_handle::cache_statistics::items_in_cache {0}
700{0};

◆ items_just_trimmed

size_t llfio_v2_xxx::map_handle::cache_statistics::items_just_trimmed {0}
702{0};

◆ misses

size_t llfio_v2_xxx::map_handle::cache_statistics::misses {0}
704{0}, misses{0};

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