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.

16 lines
502 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1997
  6. //
  7. // File: profile.cpp
  8. //
  9. // Description: Definition of the code profiler found in profile.h
  10. //
  11. //--------------------------------------------------------------------------
  12. #include "stdafx.h"
  13. #ifdef MAX_PROFILING_ENABLED
  14. const CMaxLargeInteger CMaxTimerAbstraction::s_oFrequency = CMaxTimerAbstraction::oSCentralFrequency();
  15. #endif