mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
cleanup dead code, readability fixes
Change-Id: I91a3947d4ec0ef2264afed5abc58ff66151f0dc6
This commit is contained in:
@@ -47,7 +47,6 @@ class Timer::TimerImpl {
|
||||
}
|
||||
|
||||
long long int get() {
|
||||
long long int nanosecondTime = 0;
|
||||
auto timeDelta = (double)(m_endTime.QuadPart - m_startTime.QuadPart);
|
||||
timeDelta /= (double)mFrequency.QuadPart;
|
||||
timeDelta *= 1000000000.0;
|
||||
|
||||
Reference in New Issue
Block a user