home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / dotNETSDK / SETUP.EXE / netfxsd1.cab / EnableProfiler_bat_1________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Encoding:
Text File  |  2001-06-18  |  828 b   |  23 lines

  1. @REM *********************************************************************
  2. @REM **** Sets up the environment so that the CLR Runtime Profiling 
  3. @REM **** Services are activated.
  4. @REM ****
  5. @REM **** The batch file will setup the profiling environment and register
  6. @REM **** the profiler.  
  7. @REM ****   
  8. @REM **** Running any managed program or any unmanaged client that is 
  9. @REM **** using a managed server will cause the EE to send notifications 
  10. @REM **** to the registered profiler.
  11. @REM ****
  12. @REM *********************************************************************
  13.  
  14. @set DBG_PRF_LOG=0x1
  15. @set Cor_Enable_Profiling=0x1
  16. @regsvr32 /s debug\ProfilerHST.dll
  17. @set COR_PROFILER={FA0C6E77-AFF4-4c74-95F9-6216AFDE992C}
  18.  
  19. @echo on  
  20. @set Cor_Enable_Profiling
  21. @@set COR_PROFILER
  22. @@title Hot Spots Tracker Profiler
  23.