API Reference Manual  1.45.0
odp_stash_stats_t Struct Reference

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...
 

Detailed Description

Stash statistics counters.

Definition at line 126 of file api/spec/stash_types.h.

Field Documentation

◆ count

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.

◆ cache_count

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.


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