fix: timers on Linux #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "wiesendsi102436/info2Praktikum-DobleSpiel:bugfix/timer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #5
On Linux the clock() function measures cpu time instead of wall time. This change uses the Apple code path for Linux.
output with fix:
Checkout
From your project repository, check out a new branch and test the changes.