Skip to content

Commit

Permalink
refactor(util): implement PerformanceTimer using std::chrono::steady_…
Browse files Browse the repository at this point in the history
…clock
  • Loading branch information
Swiftb0y committed Sep 4, 2023
1 parent a868774 commit 1c4408a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 367 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -1097,7 +1097,6 @@ add_library(mixxx-lib STATIC EXCLUDE_FROM_ALL
src/util/mac.cpp
src/util/moc_included_test.cpp
src/util/movinginterquartilemean.cpp
src/util/performancetimer.cpp
src/util/rangelist.cpp
src/util/readaheadsamplebuffer.cpp
src/util/ringdelaybuffer.cpp
Expand Down
292 changes: 0 additions & 292 deletions src/util/performancetimer.cpp

This file was deleted.

0 comments on commit 1c4408a

Please sign in to comment.