Ignore:
Timestamp:
Dec 9, 2000, 5:04:55 PM (25 years ago)
Author:
phaller
Message:

Added profiling support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinwrap.h

    r4393 r4770  
    1 /* $Id: odinwrap.h,v 1.28 2000-10-02 21:13:45 phaller Exp $ */
     1/* $Id: odinwrap.h,v 1.29 2000-12-09 16:04:24 phaller Exp $ */
    22
    33/*
     
    2525
    2626// override profiling
    27 //#undef PROFILE_ODIN
    28 //#define PROFILE_ODIN
     27//#undef PROFILE
     28//#define PROFILE
    2929
    3030
     
    7474// ---------------------------------------------------------------------------
    7575// PH: this is for profiling cumulative method call times
    76 #ifdef PROFILE_ODIN
     76#ifdef PROFILE
    7777
    7878#  define PROFILE_START(a)        \
Note: See TracChangeset for help on using the changeset viewer.