|
API Reference Manual 1.51.0
|
Pool statistics counters. More...
#include <pool_types.h>
Data Fields | |
| uint64_t | available |
| See odp_pool_stats_t::available. | |
| uint64_t | alloc_ops |
| See odp_pool_stats_t::alloc_ops. | |
| uint64_t | alloc_fails |
| See odp_pool_stats_t::alloc_fails. | |
| uint64_t | free_ops |
| See odp_pool_stats_t::free_ops. | |
| uint64_t | total_ops |
| See odp_pool_stats_t::total_ops. | |
| uint64_t | cache_available |
| See odp_pool_stats_t::cache_available. | |
| uint64_t | cache_alloc_ops |
| See odp_pool_stats_t::cache_alloc_ops. | |
| uint64_t | cache_free_ops |
| See odp_pool_stats_t::cache_free_ops. | |
Pool statistics counters.
Same as odp_pool_stats_t excluding per thread counters.
Definition at line 154 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_selected_t::available |
See odp_pool_stats_t::available.
Definition at line 156 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_selected_t::alloc_ops |
See odp_pool_stats_t::alloc_ops.
Definition at line 159 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_selected_t::alloc_fails |
See odp_pool_stats_t::alloc_fails.
Definition at line 162 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_selected_t::free_ops |
See odp_pool_stats_t::free_ops.
Definition at line 165 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_selected_t::total_ops |
See odp_pool_stats_t::total_ops.
Definition at line 168 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_selected_t::cache_available |
See odp_pool_stats_t::cache_available.
Definition at line 171 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_selected_t::cache_alloc_ops |
See odp_pool_stats_t::cache_alloc_ops.
Definition at line 174 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_selected_t::cache_free_ops |
See odp_pool_stats_t::cache_free_ops.
Definition at line 177 of file api/spec/pool_types.h.