Changeset 2758 for trunk/src/kmk/function.c
- Timestamp:
- Jan 28, 2015, 2:03:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r2702 r2758 2043 2043 size_t off; 2044 2044 const struct floc *reading_file_saved = reading_file; 2045 #ifdef CONFIG_WITH_MAKE_STATS 2046 unsigned long long uStartTick = CURRENT_CLOCK_TICK(); 2047 MAKE_STATS_2(v->cEvalVals++); 2048 #endif 2045 2049 2046 2050 /* Make a copy of the value to the variable buffer since … … 2068 2072 pop_variable_scope (); 2069 2073 restore_variable_buffer (buf, len); 2074 2075 MAKE_STATS_2(v->cTicksEvalVal += CURRENT_CLOCK_TICK() - uStartTick); 2070 2076 } 2071 2077
Note:
See TracChangeset
for help on using the changeset viewer.