SHOW_COUNTS
getinfo(&s2, SHOW_COUNTS | SHOW_TIMES);
case SHOW_COUNTS:
case SHOW_COUNTS | SHOW_TIMES: /* time/count */
show = SHOW_COUNTS;
show = SHOW_COUNTS | SHOW_TIMES;
if (get_what & SHOW_COUNTS) {
static int show = SHOW_COUNTS;