Ignore:
Timestamp:
Jan 28, 2015, 2:03:58 PM (10 years ago)
Author:
bird
Message:

Some more variable stats I added the other day (not in release builds).

File:
1 edited

Legend:

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

    r2752 r2758  
    113113    unsigned int reallocs;     /* Realloc on value count.  */
    114114    unsigned int references;   /* Lookup count.  */
     115    unsigned cEvalVals;        /* $(evalval v) or $(evalvalctx v) count */
     116    unsigned long long cTicksEvalVal; /* Number of ticks spend in cEvalVal. */
    115117#endif
    116118  };
Note: See TracChangeset for help on using the changeset viewer.