Closed briancoutinho closed 5 months ago
@briancoutinho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
Attention: Patch coverage is 97.77778%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 91.01%. Comparing base (
4ad2ea6
) to head (d2d1348
). Report is 2 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
hta/common/execution_trace.py | 50.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@briancoutinho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
This pull request was exported from Phabricator. Differential Revision: D56863579
This pull request was exported from Phabricator. Differential Revision: D56863579
This pull request was exported from Phabricator. Differential Revision: D56863579
This pull request was exported from Phabricator. Differential Revision: D56863579
@briancoutinho merged this pull request in facebookresearch/HolisticTraceAnalysis@8fc57fb102a8882fda5cf06132cb7690ee35c067.
What does this PR do?
Enable save and restore of critical path
Save
Restore
Updated documentation in example notebook
https://github.com/facebookresearch/HolisticTraceAnalysis/blob/d36b08de7d91d4435457b376e53fc620c1b2ef2d/examples/experimental/critical_path_analysis.ipynb
Unit Test
pytest tests/test_critical_path_analysis.py -k test_critical_path_breakdown_and_save_restore
Before submitting