Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.1 KiB

  1. FLOAT CounterEntry (PLINESTRUCT pLine);
  2. BOOL IsCounterSupported ( DWORD dwCounterType );
  3. FLOAT Counter_Counter(PLINESTRUCT pline);
  4. FLOAT Counter_Bulk(PLINESTRUCT pline);
  5. FLOAT Counter_Timer(PLINESTRUCT pline);
  6. FLOAT Counter_Queuelen(PLINESTRUCT pLineStruct, DWORD dwFlags);
  7. FLOAT Counter_Text(PLINESTRUCT pline);
  8. FLOAT Counter_Rawcount(PLINESTRUCT pline);
  9. FLOAT Sample_Fraction(PLINESTRUCT pline);
  10. FLOAT Sample_Counter(PLINESTRUCT pline);
  11. FLOAT Counter_Timer_Inv(PLINESTRUCT pline);
  12. FLOAT Counter_Timer100Ns(PLINESTRUCT pLineStruct) ;
  13. FLOAT Counter_Timer100Ns_Inv(PLINESTRUCT pLineStruct) ;
  14. FLOAT Counter_Timer_Multi(PLINESTRUCT pLineStruct) ;
  15. FLOAT Counter_Timer_Multi_Inv(PLINESTRUCT pLineStruct) ;
  16. FLOAT Counter_Timer100Ns_Multi(PLINESTRUCT pLineStruct) ;
  17. FLOAT Counter_Timer100Ns_Multi_Inv(PLINESTRUCT pLineStruct) ;
  18. FLOAT Counter_Average_Timer(PLINESTRUCT pLineStruct) ;
  19. FLOAT Counter_Average_Bulk(PLINESTRUCT pLineStruct) ;
  20. FLOAT Counter_Raw_Fraction(PLINESTRUCT pLineStruct, BOOL bLargeValue) ;
  21. FLOAT Counter_Elapsed_Time (PLINESTRUCT pLineStruct);
  22. FLOAT Counter_Delta(PLINESTRUCT pLineStruct, BOOL bLargeData);
  23. FLOAT Counter_Null(PLINESTRUCT pline);
  24. 
  25.