Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
kcenon::container::thread_safe_container::Statistics Struct Reference

Get statistics. More...

#include <thread_safe_container.h>

Collaboration diagram for kcenon::container::thread_safe_container::Statistics:
Collaboration graph

Public Attributes

size_t read_count
 
size_t write_count
 
size_t bulk_read_count
 
size_t bulk_write_count
 
size_t size
 

Detailed Description

Get statistics.

Definition at line 234 of file thread_safe_container.h.

Member Data Documentation

◆ bulk_read_count

size_t kcenon::container::thread_safe_container::Statistics::bulk_read_count

Definition at line 237 of file thread_safe_container.h.

◆ bulk_write_count

size_t kcenon::container::thread_safe_container::Statistics::bulk_write_count

Definition at line 238 of file thread_safe_container.h.

◆ read_count

size_t kcenon::container::thread_safe_container::Statistics::read_count

Definition at line 235 of file thread_safe_container.h.

◆ size

size_t kcenon::container::thread_safe_container::Statistics::size

Definition at line 239 of file thread_safe_container.h.

◆ write_count

size_t kcenon::container::thread_safe_container::Statistics::write_count

Definition at line 236 of file thread_safe_container.h.


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