![]() |
CernVM-FS
2.12.0
|
#include <sql.h>
Public Member Functions | |
MemStatistics () | |
Public Attributes | |
int | lookaside_slots_used |
int | lookaside_slots_max |
int | lookaside_hit |
int | lookaside_miss_size |
int | lookaside_miss_full |
int | page_cache_used |
Bytes used for caching pages. More... | |
int | page_cache_hit |
int | page_cache_miss |
int | schema_used |
Bytes used to store db schema. More... | |
int | stmt_used |
Bytes used for prepared statmements (lookaside + heap) More... | |
int sqlite::MemStatistics::lookaside_hit |
Definition at line 32 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().
int sqlite::MemStatistics::lookaside_miss_full |
Definition at line 34 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().
int sqlite::MemStatistics::lookaside_miss_size |
Definition at line 33 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().
int sqlite::MemStatistics::lookaside_slots_max |
Definition at line 31 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().
int sqlite::MemStatistics::lookaside_slots_used |
Definition at line 30 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().
int sqlite::MemStatistics::page_cache_hit |
Definition at line 36 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().
int sqlite::MemStatistics::page_cache_miss |
Definition at line 37 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().
int sqlite::MemStatistics::page_cache_used |
Bytes used for caching pages.
Definition at line 35 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().
int sqlite::MemStatistics::schema_used |
Bytes used to store db schema.
Definition at line 38 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().
int sqlite::MemStatistics::stmt_used |
Bytes used for prepared statmements (lookaside + heap)
Definition at line 39 of file sql.h.
Referenced by sqlite::Database< DerivedT >::GetMemStatistics(), and catalog::Catalog::PrintMemStatistics().