Changeset e257ae3 in mainline for kernel/generic/src/ps/load.c
- Timestamp:
- 2010-03-31T13:42:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0655d64
- Parents:
- 944f2cab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ps/load.c
r944f2cab re257ae3 37 37 38 38 #include <proc/thread.h> 39 #include <print.h>40 39 #include <ps/load.h> 41 40 #include <arch.h> … … 117 116 while (true) { 118 117 calc_load_global(); 119 printf("Computed loads: 0x%x 0x%x 0x%x\n", avenrun[0], avenrun[1], avenrun[2]);120 118 thread_sleep(LOAD_FREQ); 121 119 }
Note:
See TracChangeset
for help on using the changeset viewer.