Searched refs:mStop (Results 1 – 1 of 1) sorted by relevance
32 steady_clock::time_point mStop{}; member in common::Profiling64 mStop = steady_clock::now(); in ProfilingStop()74 return mProfilingEnabled ? duration_cast<microseconds>(mStop - mStart).count() : 0; in ProfilingGetUs()