Searched refs:mStartTimes (Results 1 – 1 of 1) sorted by relevance
32 : mClockId(clockId), mStartTime(getTimeInMicroSec()), mStartTimes(), mTimes(), in Profiler()46 mStartTimes[id] = getTimeInMicroSec(); in startTimer()50 mTimes[id] += static_cast<float>(getTimeInMicroSec() - mStartTimes[id]) / 1000.0f; in endTimer()61 std::unordered_map<int, int64_t> mStartTimes; variable