-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Remove timer classes. Fixes #614 (partially) The classes `Timer`and `ScopedTimer` both use static data, and so need to be refactored as part of issue #614. However, they are currently unused in the model and additionally need to be made thread-safe and possibly MPI aware, depending on how the timings should be reported. This PR entirely removes the classes from the code base.
- Loading branch information
Showing
8 changed files
with
0 additions
and
577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
|
||
set(BaseSources | ||
"Logged.cpp" | ||
"Timer.cpp" | ||
"ModelConfig.cpp" | ||
"Model.cpp" | ||
"Iterator.cpp" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.