Home
last modified time | relevance | path

Searched refs:elaps (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctprc.c68 long elaps[2]; in main() local
89 if(pnpsplit(ab.ac_btime, etime, elaps) == 0) { in main()
94 pb.pt_cpu[0] = (double)stime * (double)elaps[0] / etime; in main()
H A Dacctprc1.c82 long elaps[2]; in main() local
133 if(pnpsplit(ab.ac_btime, etime, elaps) == 0) { in main()
138 pb.pt_cpu[0] = (double)stime * (double)elaps[0] / etime; in main()
H A Dacctcms.c301 long elaps[2]; in dofile() local
344 if (pnpsplit(acct.oab.ac_btime, etime, elaps) in dofile()
351 ratio = (double)elaps[PRIME]/(double)etime; in dofile()
352 if(elaps[PRIME] > elaps[NONPRIME]) { in dofile()
395 if(pnpsplit(acct.ab.ac_btime, etime, elaps) == 0) { in dofile()
399 ratio = (double)elaps[PRIME]/(double)etime; in dofile()
400 if(elaps[PRIME] > elaps[NONPRIME]) { in dofile()