Ignore:
Timestamp:
Oct 30, 2008, 1:01:41 AM (17 years ago)
Author:
bird
Message:

Some variable statistics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.h

    r1999 r2004  
    103103        v_default               /* Decide in target_environment.  */
    104104      } export ENUM_BITFIELD (2);
     105#ifdef CONFIG_WITH_MAKE_STATS
     106    unsigned int changes;
     107    unsigned int reallocs;
     108#endif
    105109  };
    106110
Note: See TracChangeset for help on using the changeset viewer.