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

/external/chromium_org/base/process/
H A Dprocess_metrics_win.cc258 static GetPerformanceInfoFunction GetPerformanceInfo_func = NULL; local
259 if (!GetPerformanceInfo_func) {
262 GetPerformanceInfo_func = reinterpret_cast<GetPerformanceInfoFunction>(
265 if (!GetPerformanceInfo_func) {
271 return GetPerformanceInfo_func(pPerformanceInformation, cb);

Completed in 384 milliseconds