Searched defs:tat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c109 * tat t| 6 turn around time in sec. (Master only).
386 float tat; /* Turn around time. */ local
409 tat = (float) (xdptr->xf_filedone - xdptr->xf_intoque);
413 tat = (float) NOTIME;
416 pfloat(Record, tat, FS);
H A Duustat.c1304 static float queuetime, tat; local
1358 jobid, &queuetime, &tat, &size, options, &rst,
1368 DEBUG(9, "READPERF: tat = %f\n",tat);

Completed in 49 milliseconds