-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix adaptivity CPU time export (#138)
* Check why adaptivity cpu time output is not working * Move initialization of adaptivity_cpu_time outside of the coupling loop * Log CPU time of micro output communication part of the adaptivity * Measure peak memory usage for the solve() call of micro simulations * Use correct data name for export: sole_mem_use * fix tests * Add logic to calculate peak memory usage of micro simulation for adaptive case * Add tracemalloc.start() and tracemalloc.reset_peak() calls * Remove code pertaining to the Micro Manager measuring memory consumption of the micro simulation * Remove last traces of tracemalloc
- Loading branch information
1 parent
0ad1a58
commit d83176d
Showing
4 changed files
with
23 additions
and
39 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