Searched refs:psapi_dll (Results 1 – 1 of 1) sorted by relevance
881 HMODULE psapi_dll = ::GetModuleHandle(kPsapiDllName); in InternalGetPerformanceInfo() local882 if (psapi_dll) in InternalGetPerformanceInfo()884 GetProcAddress(psapi_dll, "GetPerformanceInfo")); in InternalGetPerformanceInfo()