Searched refs:mTotalPrepareStatementCacheMiss (Results 1 – 3 of 3) sorted by relevance
108 public int mTotalPrepareStatementCacheMiss = 0; field in SQLiteConnectionPool518 mTotalPrepareStatements - mTotalPrepareStatementCacheMiss, in collectDbStats()519 mTotalPrepareStatementCacheMiss, mTotalPrepareStatements, true); in collectDbStats()1227 return (double) mTotalPrepareStatementCacheMiss / (double) mTotalPrepareStatements; in getStatementCacheMissRate()
1068 ++mPool.mTotalPrepareStatementCacheMiss; in acquirePreparedStatement()
2517 return mConnectionPoolLocked.mTotalPrepareStatementCacheMiss; in getTotalStatementCacheMisses()