Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/chrono.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -6857,7 +6857,7 @@ __process_system_cpu_clock class provides access to the system CPU-time steady c

`process_cpu_clock` provides a thin wrapper around the operating system's process time API. For POSIX-like systems, that's the times() function, while for Windows, it's the `GetProcessTimes()` function.

The process relative real, user and system current time can be obtained at once by calling `process_clocks::now()`.
The process relative real, user and system current time can be obtained at once by calling `process_cpu_clock::now()`.

class process_cpu_clock
{
Expand Down