| ... | ... | @@ -778,10 +778,10 @@ pub const Clock = enum { |
| 778 | 778 | /// * On Linux, corresponds `CLOCK_BOOTTIME`. |
| 779 | 779 | /// * On macOS, corresponds to `CLOCK_MONOTONIC_RAW`. |
| 780 | 780 | boot, |
| 781 | | /// Tracks the amount of CPU in user or kernel mode used by the calling |
| 781 | /// Tracks the amount of CPU time in user or kernel mode used by the calling |
| 782 | 782 | /// process. |
| 783 | 783 | cpu_process, |
| 784 | | /// Tracks the amount of CPU in user or kernel mode used by the calling |
| 784 | /// Tracks the amount of CPU time in user or kernel mode used by the calling |
| 785 | 785 | /// thread. |
| 786 | 786 | cpu_thread, |
| 787 | 787 | |