Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 2, 2024
1 parent aad1853 commit b8b323b
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 @@ -333,6 +333,10 @@ class CpuTimer {
/ CLOCKS_PER_SEC;
}

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

private:
Expand Down

0 comments on commit b8b323b

Please sign in to comment.