| ... | @@ -778,10 +778,10 @@ pub const Clock = enum { | ... | @@ -778,10 +778,10 @@ pub const Clock = enum { |
| 778 | /// * On Linux, corresponds `CLOCK_BOOTTIME`. | 778 | /// * On Linux, corresponds `CLOCK_BOOTTIME`. |
| 779 | /// * On macOS, corresponds to `CLOCK_MONOTONIC_RAW`. | 779 | /// * On macOS, corresponds to `CLOCK_MONOTONIC_RAW`. |
| 780 | boot, | 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 | /// process. | 782 | /// process. |
| 783 | cpu_process, | 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 | /// thread. | 785 | /// thread. |
| 786 | cpu_thread, | 786 | cpu_thread, |
| 787 | | 787 | |