-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ add ] telemetry for CPU/GPU #42 & Pin processes for experiments use…
… CPU (#48) * [ add ] Wall clock for dashboard * [ refactor ] dashboard / common * [ add ] time info for failed experiments * [ modified ] include timing information in data.json * [ modified ] style * [ merge request ] README.md Co-Authored-By: Steven S. Lyubomirsky <[email protected]> * [ modified ] do not create data.json for failed runs * [ fix ] data.json generating logic * [ refactor ] extract code for get timing info * [ modified ] code logic * [ add ] data collector for telemtry * [ upd ] integrate telemetry to dashboard * [ impl ] telemetry for cpu & gpu * [ impl ] graph generating * [ impl ] graph generating & [ refactor ] record time passed * [ impl ] pin processes for trials that use CPU * [ add ] top-level config of telemetry * [ modified ] in case of commands run inside the method cost more time than expected * [ modified ] include last run in webside used graphs * [ remove ] unused lines * [ remove ] unused lines * [ refactor ] factor out code for telemetry process * [ modified ] flexibility of telemetry rate for each experiments * [ refactor ] move telemetry results to subsystem dir & timeout for telemetry process * [ refactor ] use subprocess.run for timeout * [ upd ] modify telemetry data directory * [ upd ] switch for telemetry and process pinning * [ add ] accessor for telemetry statistics * [ remove ] logging... * [ refactor ] use shared library * [ modified ] avoid ignoring non-trivial exceptions * [ modified ] switch for cpu and gpu sep * floating point seconds\ * [ add ] docs for telemetry data Co-authored-by: Steven S. Lyubomirsky <[email protected]>
- Loading branch information
1 parent
b71d546
commit 347e2fe
Showing
11 changed files
with
386 additions
and
24 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
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
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
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.