API Reference Manual
1.46.0
|
Stash statistics counters. More...
#include <stash_types.h>
Data Fields | |
uint64_t | count |
Object count in the stash. More... | |
uint64_t | cache_count |
Object count in thread local caches of the stash. More... | |
Stash statistics counters.
Definition at line 126 of file api/spec/stash_types.h.
uint64_t odp_stash_stats_t::count |
Object count in the stash.
Number of objects currently stored in the stash. The count does not include objects stored in thread local caches. When caching is enabled, the total object count is the sum of 'count' and 'cache_count'.
Definition at line 133 of file api/spec/stash_types.h.
uint64_t odp_stash_stats_t::cache_count |
Object count in thread local caches of the stash.
Number of objects stored in all thread local caches of the stash.
Definition at line 139 of file api/spec/stash_types.h.