Changeset ee35ba0b in mainline for uspace/app/top/ps.c


Ignore:
Timestamp:
2010-04-03T15:26:34Z (14 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
452268a
Parents:
8b2aba5
Message:

top echoes also percentage usage of cpu

File:
1 edited

Legend:

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

    r8b2aba5 ree35ba0b  
    7070        }
    7171
     72/*
    7273        int i;
    7374        for (i = 0; i < result; ++i) {
     
    7576                get_task_info(tasks[i], &taskinfo);
    7677        }
     78        */
    7779
    7880        *out_tasks = tasks;
Note: See TracChangeset for help on using the changeset viewer.