Changes in uspace/app/top/top.c [3bacee1:7c3fb9b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/top.c
r3bacee1 r7c3fb9b 248 248 static void compute_percentages(data_t *old_data, data_t *new_data) 249 249 { 250 /* For each CPU: Compute total cycles and divide it between 251 user and kernel */ 250 /* 251 * For each CPU: Compute total cycles and divide it between 252 * user and kernel 253 */ 252 254 253 255 size_t i;
Note:
See TracChangeset
for help on using the changeset viewer.