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


Ignore:
File:
1 edited

Legend:

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

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