Changeset 7419
- Timestamp:
- Nov 22, 2001, 11:41:29 AM (24 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
-
include/exitlist.h (modified) (2 diffs)
-
src/kernel32/winexepeldr.cpp (modified) (3 diffs)
-
src/kernel32/wprocess.cpp (modified) (3 diffs)
-
src/odincrt/odincrtp.def (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/exitlist.h
r4871 r7419 1 // $Id: exitlist.h,v 1. 2 2001-01-04 18:18:51 sandervlExp $1 // $Id: exitlist.h,v 1.3 2001-11-22 10:40:55 phaller Exp $ 2 2 /* 3 3 * Win32 dll exit list invocation orders … … 49 49 //Order of odincrt.dll (should always be invoked last!) 50 50 #define EXITLIST_ODINCRT 0x00009F00 51 #define EXITLIST_ODINPROF 0x00009F01 51 52 52 53 #endif //__EXITLIST_H__ -
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.
