Changes in uspace/app/top/top.c [3bacee1:7c3fb9b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/top/top.c

    r3bacee1 r7c3fb9b  
    248248static void compute_percentages(data_t *old_data, data_t *new_data)
    249249{
    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         */
    252254
    253255        size_t i;
Note: See TracChangeset for help on using the changeset viewer.