Home | History | Annotate | Download | only in jni

Lines Matching refs:start_time_ms_

206   int64_t start_time_ms_;  // Start time for statistics.
483 start_time_ms_ = GetCurrentTimeMs();
890 int statistic_time_ms = GetCurrentTimeMs() - start_time_ms_;
900 start_time_ms_ = GetCurrentTimeMs();