Beta 0.4.0#847
Open
mattwill-amd wants to merge 35 commits into
Open
Conversation
…ping (#550) * perf: Moved all time to pixel calculations to a seperate class for better readability and increased performance by reducing the number of individual calculations and validations across timeline_view. * fix: include <limits> header for linux compatibility. * fix: Added comments and cleaned up logic to prevent recompute on every loop. * fix: updated all components in timeline_view to use TimeToPixel convertion tool instead of function level calculations. * refactor: changed how linechart and flamechart render. No longer pass in variables but pass in the TimePixelTransform class instead. * refactor: added new transformer to arrow render process, moved all data validation to transformer and ripped out the corresponding validation from timelineview. * fix: made m_tpt a shared pointer and checked if it exists before using to prevent unexpected behavior. * Update src/view/src/rocprofvis_time_to_pixel.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/view/src/rocprofvis_time_to_pixel.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/view/src/rocprofvis_track_item.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/view/src/rocprofvis_time_to_pixel.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * refactor: created m_tpt in track_item removing from line/flame chart also fixed minor formatting errors. * fix: addressed histogram shudder on zoom level 1 while using arrow keys. also renamed variables in stickynote class to better align with new convention. * fix: added validation to prevent zooming in beyond our expressed limit. removed redundant validation on timeline_view. * refactor: moved comments around and addressed redundancy in code. * refactor: moved comments around and addressed redundancy in code. * fix: reverted the error of oversimplying logic and split simple zoom and zooming with cursor into seperate distinct functions. Also do a few more verification checks. * refactor: removed validation used for testing/development. removed redundant variables and did minor code cleanup. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Adding beta 0.3.0 docs content * small corrections * edits * Add screenshots * edits and paths * minor cropping * minor cropping * add navigate screenshot * remove forced size * Trang feedback and article test * Removed screenshot * add note and clarification * Leo review * Known issues * Release note typos. Updated bar chart desc. * Update release tag links * Review * clarify sentence --------- Co-authored-by: Matt Williams <Matt.Williams+amdeng@amd.com> Co-authored-by: Tom <tkarczew@amd.com>
Add a workflow to build Mac OS binaries
* Fix vulkan install and paths, use homebrew * revert homebrew install
…#775) * Add initial setup of ubuntu/rhel dockers and docker-ghcr.yml workflow * Fix setup args step * Fix line in Dockerfile.rhel * Fix build step tag name issue * Add renaming for rhel to rockylinux in setup_args step * Update dockerfile logic * Update Dockerfile.rhel to be able to pull rockylinux10 images * Update Dockerfile.rhel * Remove distro arg from Dockerfiles * Add timeout minutes to docker build step * Remove vulkan-sdk from matrix
Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> Co-authored-by: yugang-amd <yugang.wang@amd.com>
tomk-amd
approved these changes
Jun 8, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update ToC