Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Jun 7, 2024
1 parent 3455768 commit 50aff7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephant/spade_src/include/Timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#ifdef _MSC_VER
using Clock = std::chrono::system_clock;
#else
using Clock = std::chrono::high_resolution_clock;
using Clock = std::chrono::system_clock;
#endif

class Timer
Expand Down

0 comments on commit 50aff7f

Please sign in to comment.