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

/external/netperf/
H A Dnetcpu_ntperf.c101 } PerfObj, *PPerfObj; typedef in typeref:struct:sPerfObj
103 static PerfObj *PerfCntrs;
107 PerfObj *InitPerfCntrs();
108 void RestartPerfCntrs(PerfObj *PerfCntrs);
109 double ReportPerfCntrs(PerfObj *PerfCntrs); /* returns CPU utilization */
110 void ClosePerfCntrs(PerfObj *PerfCntrs);
161 PerfObj *InitPerfCntrs()
163 PerfObj *NewPerfCntrs;
170 NewPerfCntrs = (PerfObj *)GlobalAlloc(GPTR, sizeof(PerfObj));
[all...]

Completed in 14 milliseconds