CUBRID Engine
latest
|
Public Attributes | |
INT64 | lookups |
INT64 | hits |
INT64 | miss |
INT64 | recompiles |
INT64 | failed_recompiles |
INT64 | deletes |
INT64 | cleanups |
INT64 | deletes_at_cleanup |
INT64 | fix |
INT64 | unfix |
INT64 | inserts |
INT64 | found_at_insert |
INT64 | rt_checks |
INT64 | rt_true |
Definition at line 68 of file xasl_cache.c.
INT64 xcache_stats::cleanups |
Definition at line 76 of file xasl_cache.c.
Referenced by xcache_cleanup(), and xcache_dump().
INT64 xcache_stats::deletes |
Definition at line 75 of file xasl_cache.c.
Referenced by xcache_dump(), and xcache_entry_mark_deleted().
INT64 xcache_stats::deletes_at_cleanup |
Definition at line 77 of file xasl_cache.c.
Referenced by xcache_cleanup(), and xcache_dump().
INT64 xcache_stats::failed_recompiles |
Definition at line 74 of file xasl_cache.c.
Referenced by xcache_dump(), and xcache_insert().
INT64 xcache_stats::fix |
Definition at line 78 of file xasl_cache.c.
Referenced by xcache_compare_key(), and xcache_dump().
INT64 xcache_stats::found_at_insert |
Definition at line 81 of file xasl_cache.c.
Referenced by xcache_dump(), and xcache_insert().
INT64 xcache_stats::hits |
Definition at line 71 of file xasl_cache.c.
Referenced by xcache_dump(), and xcache_find_sha1().
INT64 xcache_stats::inserts |
Definition at line 80 of file xasl_cache.c.
Referenced by xcache_dump(), and xcache_insert().
INT64 xcache_stats::lookups |
Definition at line 70 of file xasl_cache.c.
Referenced by xcache_dump(), and xcache_find_sha1().
INT64 xcache_stats::miss |
Definition at line 72 of file xasl_cache.c.
Referenced by xcache_dump(), and xcache_find_sha1().
INT64 xcache_stats::recompiles |
Definition at line 73 of file xasl_cache.c.
Referenced by xcache_dump(), and xcache_insert().
INT64 xcache_stats::rt_checks |
Definition at line 82 of file xasl_cache.c.
INT64 xcache_stats::rt_true |
Definition at line 83 of file xasl_cache.c.
INT64 xcache_stats::unfix |
Definition at line 79 of file xasl_cache.c.
Referenced by xcache_dump(), and xcache_unfix().