Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/cpu.h

    rd0c82c5 rda1bafb  
    7272        size_t missed_clock_ticks;
    7373       
    74         /**
    75          * Processor cycle accounting.
    76          */
    7774        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;
    8177       
    8278        /**
Note: See TracChangeset for help on using the changeset viewer.