Ignore:
Timestamp:
Jan 23, 2015, 9:38:01 PM (10 years ago)
Author:
bird
Message:

Added another variable statistic under #ifdef CONFIG_WITH_MAKE_STATS and made the makefile check for CONFIG_WITH_MAKE_STATS (instead of only enabling it for debug builds).

File:
1 edited

Legend:

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

    r2718 r2752  
    110110      } export ENUM_BITFIELD (2);
    111111#ifdef CONFIG_WITH_MAKE_STATS
    112     unsigned int changes;
    113     unsigned int reallocs;
     112    unsigned int changes;      /* Variable modification count.  */
     113    unsigned int reallocs;     /* Realloc on value count.  */
     114    unsigned int references;   /* Lookup count.  */
    114115#endif
    115116  };
Note: See TracChangeset for help on using the changeset viewer.