CernVM-FS
2.12.0
|
Public Member Functions | |
VfsRdOnly () | |
Public Attributes | |
CacheManager * | cache_mgr |
perf::Counter * | n_access |
perf::Counter * | no_open |
perf::Counter * | n_rand |
perf::Counter * | sz_rand |
perf::Counter * | n_read |
perf::Counter * | sz_read |
perf::Counter * | n_sleep |
perf::Counter * | sz_sleep |
perf::Counter * | n_time |
The private user data attached to the sqlite_vfs object.
Definition at line 53 of file sqlitevfs.cc.
|
inline |
Definition at line 54 of file sqlitevfs.cc.
CacheManager* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::cache_mgr |
Definition at line 66 of file sqlitevfs.cc.
perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_access |
Definition at line 67 of file sqlitevfs.cc.
perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_rand |
Definition at line 69 of file sqlitevfs.cc.
perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_read |
Definition at line 71 of file sqlitevfs.cc.
perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_sleep |
Definition at line 73 of file sqlitevfs.cc.
perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_time |
Definition at line 75 of file sqlitevfs.cc.
perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::no_open |
Definition at line 68 of file sqlitevfs.cc.
perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::sz_rand |
Definition at line 70 of file sqlitevfs.cc.
perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::sz_read |
Definition at line 72 of file sqlitevfs.cc.
perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::sz_sleep |
Definition at line 74 of file sqlitevfs.cc.