Home
last modified time | relevance | path

Searched refs:mTotalStatementsTime (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java115 private final AtomicLong mTotalStatementsTime = new AtomicLong(0); field in SQLiteConnectionPool
562 mTotalStatementsTime.addAndGet(executionTimeMs); in onStatementExecuted()
1148 printer.println(" Total execution time (ms): " + mTotalStatementsTime); in dump()
1153 + mTotalStatementsTime.get() / mTotalStatementsCount.get()); in dump()
1231 return mTotalStatementsTime.get(); in getTotalStatementsTime()