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

/external/chromium_org/base/process/
H A Dprocess_metrics_win.cc283 static GetPerformanceInfoFunction GetPerformanceInfo_func = NULL; local
284 if (!GetPerformanceInfo_func) {
287 GetPerformanceInfo_func = reinterpret_cast<GetPerformanceInfoFunction>(
290 if (!GetPerformanceInfo_func) {
296 return GetPerformanceInfo_func(pPerformanceInformation, cb);

Completed in 71 milliseconds