source: trunk/src/odinprof/odinprof.def@ 10366

Last change on this file since 10366 was 7421, checked in by phaller, 24 years ago

Added ODIN profiler employing the VAC308 generated profiler hooks

File size: 442 bytes
Line 
1; $Id: odinprof.def,v 1.1 2001-11-22 10:43:59 phaller Exp $
2; Odin VAC++ 3.08 profiler library
3LIBRARY ODINPROF INITINSTANCE TERMINSTANCE
4DESCRIPTION 'Odin32 System DLL - VAC++ 3.08 Profiler'
5DATA MULTIPLE NONSHARED READWRITE LOADONCALL
6CODE LOADONCALL
7
8EXPORTS
9 ProfilerIsEnabled @1
10 ProfilerEnable @2
11 ProfilerInitialize @3
12 ProfilerWrite @4
13 ProfilerTerminate @5
14 odin_ProfileHook32 @6
Note: See TracBrowser for help on using the repository browser.