Changes in kernel/generic/include/cpu.h [d0c82c5:da1bafb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
rd0c82c5 rda1bafb 72 72 size_t missed_clock_ticks; 73 73 74 /**75 * Processor cycle accounting.76 */77 74 bool idle; 78 uint64_t last_cycle; 79 uint64_t idle_cycles; 80 uint64_t busy_cycles; 75 uint64_t idle_ticks; 76 uint64_t busy_ticks; 81 77 82 78 /**
Note:
See TracChangeset
for help on using the changeset viewer.