STAT_INVOCATIONS
STAT_INVOCATIONS++;
return (float)val / STAT_INVOCATIONS;
fprintf(stderr, "Make runs: %lu\n", STAT_INVOCATIONS);