Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java122 private final AtomicLong mTotalStatementsTime = new AtomicLong(0); field in SQLiteConnectionPool
569 mTotalStatementsTime.addAndGet(executionTimeMs); in onStatementExecuted()
1167 printer.println(" Total execution time (ms): " + mTotalStatementsTime); in dump()
1172 + mTotalStatementsTime.get() / mTotalStatementsCount.get()); in dump()
1250 return mTotalStatementsTime.get(); in getTotalStatementsTime()