Changeset ee35ba0b in mainline for uspace/app/top/top.h
- Timestamp:
- 2010-04-03T15:26:34Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 452268a1
- Parents:
- 8b2aba5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/top.h
r8b2aba5 ree35ba0b 38 38 39 39 typedef struct { 40 float idle; 41 float busy; 42 } cpu_perc_t; 43 44 typedef struct { 45 float user; 46 float system; 47 float memory; 48 } task_perc_t; 49 50 typedef struct { 40 51 unsigned int hours; 41 52 unsigned int minutes; … … 49 60 unsigned long load[3]; 50 61 62 unsigned int task_count; 51 63 task_id_t *tasks; 52 unsigned int task_count;53 64 65 unsigned int cpu_count; 54 66 uspace_cpu_info_t *cpus; 55 unsigned int cpu_count;67 cpu_perc_t *cpu_perc; 56 68 } data_t; 57 69
Note:
See TracChangeset
for help on using the changeset viewer.