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