Skip to content

Commit

Permalink
Fix undoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 2, 2024
1 parent 046db24 commit aad1853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/amici/misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@ class CpuTimer {
return d_milliseconds(clock::now() - start_).count();
}

/**
* @brief Whether the timer uses a thread clock (i.e. provides proper,
* thread-specific CPU time).
*/
static bool const uses_thread_clock = true;

private:
Expand Down

0 comments on commit aad1853

Please sign in to comment.