-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Rework of main perun modules to enable regions. Deprecated old monitor decorator in favour of 'function monitoring' Changes to output files, always produces a hdf5, and an optional second file (default text report) Individual Commits * wip: created perun class, created singleton decorator, removed backend decorator * wip: removed _cached_sensors_config from coordination, handled by perun class * wip: perun class progress, removed decorator * wip: decorator is back on (sadly), started export command refactoring * refactor: export command and configuration options (removed depth and raw options) * refactor: changed api, removed bench prefix, commeted decorator out * fix: corrections in suprocess and backends * refactor: return to single file that acumulates everything, but slightly different * fix: intel_rapl dram max value, wrong overwriting of hdf5 file * wip: regions * feat: regions * fix: overlapping id correction * refactor: metadata storage * feat: actual regions * refactor: io formating * fix: io fixes * fix: regions metric units, dependencies * fix: gpu utilization and memory * fix: formatting * fix: missing total run node. * wip:update docs * docs: updated docs * test: updated tests * ci: appeasing mypy * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * ci: pydocstyle ignores docs/ --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
aa53d94
commit 574b340
Showing
43 changed files
with
2,513 additions
and
1,572 deletions.
There are no files selected for viewing
This file was deleted.
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
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.