Home | History | Annotate | Download | only in dm

Lines Matching refs:elapsed

121     SkString elapsed = HumanizeMs(SkTime::GetMSecs() - start_ms);
124 SkDebugf("\n%s elapsed, %d active, %d queued, %dMB RAM, %dMB peak\n",
125 elapsed.c_str(), gRunning.count(), gPending - gRunning.count(), curr, peak);