currentCount      113 src/gauche/prof.h     int currentCount;           /* index to the current counter */
currentCount      132 src/gauche/prof.h             if (vm->prof->currentCount == SCM_PROF_COUNTER_IN_BUFFER) { \
currentCount      135 src/gauche/prof.h             vm->prof->counts[vm->prof->currentCount++].func = obj;      \
currentCount      177 src/prof.c         if (vm->prof->currentCount == 0) return;
currentCount      184 src/prof.c         ncounts = vm->prof->currentCount;
currentCount      208 src/prof.c         vm->prof->currentCount = 0;
currentCount      230 src/prof.c             vm->prof->currentCount = 0;
currentCount      280 src/prof.c         vm->prof->currentCount = 0;