Searched refs:fmtfloat (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/coshell/ |
H A D | service.h | 361 extern char* fmtfloat(int);
|
H A D | schedule.c | 525 message((-4, "%s: %s=%s idle=%s load=%s users=%d rank=%s", sp->name, sp->stat.up < 0 ? "down" : "up", fmtelapsed(sp->stat.up < 0 ? -sp->stat.up : sp->stat.up, 1), fmtelapsed(sp->stat.idle, 1), fmtfloat(sp->stat.load), sp->stat.users, fmtfloat(sp->rank)));
|
Completed in 13 milliseconds