public static class SQLiteDebug.PagerStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
databaseBytes
Deprecated.
not used any longer
|
java.util.ArrayList<SQLiteDebug.DbStats> |
dbStats
a list of
SQLiteDebug.DbStats - one for each main database opened by the applications
running on the android device |
int |
largestMemAlloc
records the largest memory allocation request handed to sqlite3.
|
int |
memoryUsed
the current amount of memory checked out by sqlite using sqlite3_malloc().
|
int |
numPagers
Deprecated.
not used any longer
|
int |
pageCacheOverflo
the number of bytes of page cache allocation which could not be sattisfied by the
SQLITE_CONFIG_PAGECACHE buffer and where forced to overflow to sqlite3_malloc().
|
long |
referencedBytes
Deprecated.
not used any longer
|
long |
totalBytes
Deprecated.
not used any longer
|
Constructor and Description |
---|
SQLiteDebug.PagerStats() |
@Deprecated public long totalBytes
@Deprecated public long referencedBytes
@Deprecated public long databaseBytes
@Deprecated public int numPagers
public int memoryUsed
public int pageCacheOverflo
public int largestMemAlloc
public java.util.ArrayList<SQLiteDebug.DbStats> dbStats
SQLiteDebug.DbStats
- one for each main database opened by the applications
running on the android device