OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CodeCacheMetric Struct Reference

#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}
 

Detailed Description

Definition at line 28 of file CodeCacheAccessor.h.

Member Data Documentation

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.


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