Home
last modified time | relevance | path

Searched refs:GetTimeCount (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp37 pCACHEINFO[i].time = it.second->GetTimeCount(); in CacheOptimization()
224 m_dwTimeCount = pPageRenderCache->GetTimeCount(); in GetCachedBitmap()
299 m_dwTimeCount = pPageRenderCache->GetTimeCount(); in ContinueGetCachedBitmap()
Drender_int.h438 FX_DWORD GetTimeCount() const { return m_dwTimeCount; } in GetTimeCount() function
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h230 FX_DWORD GetTimeCount() const { return m_nTimeCount; } in GetTimeCount() function
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp288 static UInt64 GetTimeCount() in GetTimeCount() function
422 BenchInfo.GlobalTime = ::GetTimeCount(); in SetStartTime()
430 dest.GlobalTime = ::GetTimeCount() - BenchInfo.GlobalTime; in SetFinishTime()
2164 UInt64 start = ::GetTimeCount(); in Bench()
2167 start = ::GetTimeCount() - start; in Bench()