Changeset 516adce in mainline for uspace/app/top/top.c
- Timestamp:
- 2010-04-07T10:24:00Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36b5b0f
- Parents:
- 1ba37fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/top.c
r1ba37fa r516adce 43 43 #include <sys/time.h> 44 44 #include <load.h> 45 #include <ps.h> 45 46 #include "screen.h" 46 47 #include "input.h" … … 84 85 /* Read cpu infos */ 85 86 target->cpu_count = get_cpu_infos(&target->cpus); 87 88 /* Read mem info */ 89 get_mem_info(&target->mem_info); 86 90 } 87 91
Note:
See TracChangeset
for help on using the changeset viewer.