-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record CPU/RAM usage in background with
CPURecorder
(#145)
* start test of a background cpu/memory recorder * remove the multiprocess version * less memory, update specfile for tophu * rename, record CPU during wrapped phase * better writing of CPU during wrapped phase * separate recording of ps and wrapped phase * fix undefined `cpu_recorder`. write headers * refactor to common base recorder, fix tests * close readers in __exit__ * add new test script * test results length more lossely. bump changelog for release
- Loading branch information
1 parent
532e954
commit ff6e4b0
Showing
9 changed files
with
467 additions
and
148 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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
**/__pycache__/* | ||
.mypy_cache | ||
.mypy_cache/* | ||
build/ | ||
data/ | ||
/tests/data/ | ||
dist/ | ||
.nox/ |
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.