Searched refs:getTotalStatementsTime (Results 1 – 2 of 2) sorted by relevance
2735 totalStatementsTimeInMs += dbPool.getTotalStatementsTime(); in dumpAll()2754 (a, b) -> Long.compare(b.getTotalStatementsTime(), a.getTotalStatementsTime())); in dumpAll()2760 " " + dbPool.getPath() + " : " + dbPool.getTotalStatementsTime()); in dumpAll()
1249 public long getTotalStatementsTime() { in getTotalStatementsTime() method in SQLiteConnectionPool