- Timestamp:
 - Nov 22, 2001, 11:41:29 AM (24 years ago)
 - Location:
 - trunk/src
 - Files:
 - 
      
- 1 added
 - 2 edited
 
- 
          
  kernel32/winexepeldr.cpp (modified) (3 diffs)
 - 
          
  kernel32/wprocess.cpp (modified) (3 diffs)
 - 
          
  odincrt/odincrtp.def (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/winexepeldr.cpp
r7025 r7419 1 /* $Id: winexepeldr.cpp,v 1.1 6 2001-10-12 00:49:23phaller Exp $ */1 /* $Id: winexepeldr.cpp,v 1.17 2001-11-22 10:41:29 phaller Exp $ */ 2 2 3 3 /* … … 43 43 #ifdef PROFILE 44 44 #include <perfview.h> 45 #include <profiler.h> 45 46 #endif /* PROFILE */ 46 47 … … 152 153 // information about the called functions. 153 154 PerfView_Initialize(); 155 ProfilerInitialize(); 156 ProfilerEnable(TRUE); 154 157 #endif /* PROFILE */ 155 158  - 
      
trunk/src/kernel32/wprocess.cpp
r7025 r7419 1 /* $Id: wprocess.cpp,v 1.13 6 2001-10-12 00:49:23phaller Exp $ */1 /* $Id: wprocess.cpp,v 1.137 2001-11-22 10:41:29 phaller Exp $ */ 2 2 3 3 /* … … 50 50 #ifdef PROFILE 51 51 #include <perfview.h> 52 #include <profiler.h> 52 53 #endif /* PROFILE */ 53 54 … … 441 442 // information 442 443 PerfView_Write(); 444 ProfilerWrite(); 445 ProfilerTerminate(); 443 446 #endif /* PROFILE */ 444 447  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  