Lines Matching refs:time
93 Show process activity in real time.
215 long long ticks, bits, time;
259 SLOT_policy, /*man sched_setscheduler*/SLOT_blkioticks,// IO wait time
362 {"TIME", "CPU time consumed", 8, SLOT_utime},
363 {"ELAPSED", "Elapsed time since PID start", 11, SLOT_starttime},
364 {"TIME+", "CPU time (high precision)", 9, SLOT_utime},
370 {"%CPU", "Percentage of CPU time used", 4, SLOT_utime2},
385 {"STIME", "Start time (ISO 8601)", 5, SLOT_starttime},
620 time_t t = time(0)-slot[SLOT_uptime]+slot[SLOT_starttime]/TT.ticks;
696 putchar(TT.time ? '\r' : '\n');
1508 // First time, wait a quarter of a second to collect a little delta data.
1548 // Don't re-fetch data if it's not time yet, just re-display existing data.
1612 // advance, so calculate idle time as potential time - used.
1745 // Grab starting time, make terminal raw, switch off cursor,
1747 TT.time = millitime();
1791 else oslot[SLOT_upticks] = ((millitime()-TT.time)*TT.ticks)/1000;
1870 if (TT.time && TT.time>ll) return;
1871 TT.time = ll;