Leaked source code of windows server 2003
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.

29 lines
407 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. cpu.h
  5. Abstract:
  6. Read CPU specifics performance counters.
  7. Author:
  8. Scott Field (sfield) 24-Sep-98
  9. --*/
  10. #ifndef __CPU_H__
  11. #define __CPU_H__
  12. unsigned int
  13. GatherCPUSpecificCounters(
  14. IN unsigned char *pbCounterState,
  15. IN OUT unsigned long *pcbCounterState
  16. );
  17. #endif // __CPU_H__