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.

35 lines
1.8 KiB

  1. /**INC+**********************************************************************/
  2. /* Header: ddcgperf.h */
  3. /* */
  4. /* Purpose: Performance monitoring - Windows 3.1 dummy header. */
  5. /* */
  6. /* Copyright(C) Microsoft Corporation 1997 */
  7. /* */
  8. /****************************************************************************/
  9. /** Changes:
  10. * $Log: Y:/logs/h/dcl/ddcgperf.h_v $
  11. *
  12. * Rev 1.1 15 Jul 1997 15:31:52 MD
  13. * SFR1029: Create performance build
  14. **/
  15. /**INC-**********************************************************************/
  16. #ifndef _H_DDCGPERF
  17. #define _H_DDCGPERF
  18. /****************************************************************************/
  19. /* */
  20. /* INCLUDES */
  21. /* */
  22. /****************************************************************************/
  23. /****************************************************************************/
  24. /* We don't have any support for performance monitoring on Win3.1 so define */
  25. /* all the macros to null. */
  26. /****************************************************************************/
  27. #define PRF_INC_COUNTER(x)
  28. #define PRF_ADD_COUNTER(x,n)
  29. #define PRF_SET_RAWCOUNT(x,n)
  30. #define PRF_TIMER_START(x)
  31. #define PRF_TIMER_STOP(x)
  32. #endif /* _H_DDCGPERF */