OmniSciDB
a5dc49c757
|
#include <CodeCacheAccessor.h>
Public Attributes | |
int64_t | get_count {0} |
int64_t | found_count {0} |
int64_t | put_count {0} |
int64_t | ignore_count {0} |
int64_t | overwrite_count {0} |
int64_t | evict_count {0} |
Definition at line 28 of file CodeCacheAccessor.h.
int64_t CodeCacheMetric::evict_count {0} |
Definition at line 34 of file CodeCacheAccessor.h.
int64_t CodeCacheMetric::found_count {0} |
Definition at line 30 of file CodeCacheAccessor.h.
int64_t CodeCacheMetric::get_count {0} |
Definition at line 29 of file CodeCacheAccessor.h.
int64_t CodeCacheMetric::ignore_count {0} |
Definition at line 32 of file CodeCacheAccessor.h.
int64_t CodeCacheMetric::overwrite_count {0} |
Definition at line 33 of file CodeCacheAccessor.h.
int64_t CodeCacheMetric::put_count {0} |
Definition at line 31 of file CodeCacheAccessor.h.