Home
last modified time | relevance | path

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

/external/chromium/base/
Dprocess_util_win.cc879 static GetPerformanceInfoFunction GetPerformanceInfo_func = NULL; in InternalGetPerformanceInfo() local
880 if (!GetPerformanceInfo_func) { in InternalGetPerformanceInfo()
883 GetPerformanceInfo_func = reinterpret_cast<GetPerformanceInfoFunction>( in InternalGetPerformanceInfo()
886 if (!GetPerformanceInfo_func) { in InternalGetPerformanceInfo()
892 return GetPerformanceInfo_func(pPerformanceInformation, cb); in InternalGetPerformanceInfo()