Lines Matching defs:runtime
525 time_t runtime;
530 runtime = time(NULL) - s->since;
534 unsigned sec, min, hrs, day = runtime;
603 if (runtime > 0)
605 (double)s->fcounters[i] / (double)runtime);
616 if (runtime > 0)
618 (double)s->scounters[i] / (double)runtime);
627 if (runtime > 0)
629 (double)s->counters[i] / (double)runtime);
638 if (runtime > 0)
640 (double)s->lcounters[i] / (double)runtime);