Changeset bbc28be in mainline for uspace/app/tasks/tasks.c
- Timestamp:
- 2010-12-03T12:59:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 70c85211
- Parents:
- 2e15ac40 (diff), da55d5b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tasks/tasks.c
r2e15ac40 rbbc28be 77 77 order_suffix(stats_tasks[i].kcycles, &kcycles, &ksuffix); 78 78 79 printf("%8" PRIu64 "%8 u %8" PRIu64"%c %12"79 printf("%8" PRIu64 "%8zu %8" PRIu64 "%c %12" 80 80 PRIu64 "%c %12" PRIu64 "%c %s\n", stats_tasks[i].task_id, 81 81 stats_tasks[i].threads, virtmem, vmsuffix, ucycles, usuffix, … … 160 160 } 161 161 162 printf("%s: % u CPU(s) detected\n", NAME, count);162 printf("%s: %zu CPU(s) detected\n", NAME, count); 163 163 164 164 size_t i;
Note:
See TracChangeset
for help on using the changeset viewer.