Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: IO timers #3480
feat: IO timers #3480
Changes from 8 commits
27c15c1
fe465f2
5ca998e
b491700
1f6f99c
7d8677d
b528cb5
caaecb8
01a009f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 132 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L132
Check warning on line 142 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L142
Check warning on line 144 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L144
Check warning on line 149 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L146-L149
Check warning on line 152 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L151-L152
Check warning on line 154 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L154
Check warning on line 157 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L156-L157
Check warning on line 160 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L160
Check warning on line 162 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L162
Check warning on line 167 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L166-L167
Check warning on line 172 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L170-L172
Check warning on line 176 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L175-L176
Check warning on line 182 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L179-L182
Check warning on line 318 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L318
Check warning on line 322 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L322
Check warning on line 325 in src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/BlueprintOutput.cpp#L325
Check warning on line 37 in src/coreComponents/fileIO/Outputs/ChomboIO.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/ChomboIO.cpp#L37
Check warning on line 41 in src/coreComponents/fileIO/Outputs/ChomboIO.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/ChomboIO.cpp#L41
Check warning on line 44 in src/coreComponents/fileIO/Outputs/ChomboIO.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/ChomboIO.cpp#L44
Check warning on line 112 in src/coreComponents/fileIO/Outputs/OutputBase.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/OutputBase.cpp#L112
Check warning on line 122 in src/coreComponents/fileIO/Outputs/OutputBase.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/OutputBase.cpp#L119-L122
Check warning on line 124 in src/coreComponents/fileIO/Outputs/OutputBase.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/OutputBase.cpp#L124
Check warning on line 128 in src/coreComponents/fileIO/Outputs/OutputBase.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/OutputBase.cpp#L128
Check warning on line 25 in src/coreComponents/fileIO/Outputs/PythonOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/PythonOutput.cpp#L25
Check warning on line 29 in src/coreComponents/fileIO/Outputs/PythonOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/PythonOutput.cpp#L29
Check warning on line 32 in src/coreComponents/fileIO/Outputs/PythonOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/PythonOutput.cpp#L32
Check warning on line 31 in src/coreComponents/fileIO/Outputs/RestartOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/RestartOutput.cpp#L31
Check warning on line 53 in src/coreComponents/fileIO/Outputs/RestartOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/RestartOutput.cpp#L53
Check warning on line 60 in src/coreComponents/fileIO/Outputs/RestartOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/RestartOutput.cpp#L55-L60
Check warning on line 65 in src/coreComponents/fileIO/Outputs/RestartOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/RestartOutput.cpp#L65
Check warning on line 68 in src/coreComponents/fileIO/Outputs/RestartOutput.cpp
Codecov / codecov/patch
src/coreComponents/fileIO/Outputs/RestartOutput.cpp#L68