Searched refs:timeStep (Results 1 – 2 of 2) sorted by relevance
79 bigtime_t timeStep = sTimeStep; in cstates_idle() local81 int state = min_c(idleTime / timeStep, sCStateCount - 1); in cstates_idle()86 sCStateCount, idleTime, timeStep); in cstates_idle()89 int subState = idleTime % timeStep; in cstates_idle()91 subState /= timeStep; in cstates_idle()
1365 bigtime_t timeStep = RefreshInterval() * resolution; in _DrawHistory() local1394 viewValues->Update(values, steps, fDrawResolution, now, timeStep, in _DrawHistory()