Changeset 4770 for trunk/include/odinwrap.h
- Timestamp:
- Dec 9, 2000, 5:04:55 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odinwrap.h
r4393 r4770 1 /* $Id: odinwrap.h,v 1.2 8 2000-10-02 21:13:45phaller Exp $ */1 /* $Id: odinwrap.h,v 1.29 2000-12-09 16:04:24 phaller Exp $ */ 2 2 3 3 /* … … 25 25 26 26 // override profiling 27 //#undef PROFILE _ODIN28 //#define PROFILE _ODIN27 //#undef PROFILE 28 //#define PROFILE 29 29 30 30 … … 74 74 // --------------------------------------------------------------------------- 75 75 // PH: this is for profiling cumulative method call times 76 #ifdef PROFILE _ODIN76 #ifdef PROFILE 77 77 78 78 # define PROFILE_START(a) \
Note:
See TracChangeset
for help on using the changeset viewer.