You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(profile): generate plots using run-scoped PA config to preserve single-run behavior
- Cache objectives, GenAIPerfConfig, and PerfAnalyzerConfig in Profile.__init__ to keep a consistent run context across profiling and plotting
- Update profile() to reuse cached configs instead of reconstructing them
- Use PerfAnalyzerConfig.get_artifact_directory() and get_profile_export_file() in create_plots()
to avoid global output paths that caused repeated handling across runs
- Improves determinism and prevents unintended multi-run plot generation
- Refs TMA-1911
Signed-off-by: Rythsman <[email protected]>
0 commit comments