Home
last modified time | relevance | path

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

/external/chromium/base/
Dprocess_util_win.cc881 HMODULE psapi_dll = ::GetModuleHandle(kPsapiDllName); in InternalGetPerformanceInfo() local
882 if (psapi_dll) in InternalGetPerformanceInfo()
884 GetProcAddress(psapi_dll, "GetPerformanceInfo")); in InternalGetPerformanceInfo()