Searched refs:printtime (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c83 void printtime (time_t);
365 printtime(entry.timestamp);
580 printtime(tv) function
618 printtime(cred->times.starttime);
620 printtime(cred->times.endtime);
636 printtime(cred->times.renew_till);
871 printtime(c.issue_date);
873 printtime(krb_life_to_time(c.issue_date, c.lifetime));
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c216 if (printtime > 0.0) {
218 100.0/printtime, printtime / hz);
225 printtime = 1.0;
254 100 * (np->propself + np->propchild) / printtime,
638 100 * (cyclep->propself + cyclep->propchild) / printtime,
H A Darcs.c554 printtime += childp->propself;
562 (void) printf("time %f propself %f printtime %f\n",
563 childp->time, childp->propself, printtime);
H A Dgprof.h309 double printtime; /* total of time being printed */ variable

Completed in 2785 milliseconds