Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
sorcery_memory_cache_thrash Struct Reference

Structure for memory cache thrashing. More...

Data Fields

unsigned int average_retrieve_execution_time
 The average execution time of sorcery retrieve operations.
 
unsigned int average_update_execution_time
 The average execution time of sorcery update operations.
 
unsigned int retrieve_threads
 The number of threads which are retrieving.
 
struct ast_sorcerysorcery
 The sorcery instance being tested.
 
struct {
   size_t   current
 
   struct sorcery_memory_cache_thrash_thread **   elems
 
   size_t   max
 
threads
 Threads which are updating or reading from the cache.
 
unsigned int update_threads
 The number of threads which are updating.
 

Detailed Description

Structure for memory cache thrashing.

Definition at line 65 of file test_sorcery_memory_cache_thrash.c.


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