Skip to content

Beta 0.4.0#847

Open
mattwill-amd wants to merge 35 commits into
release/0_4_0from
beta-0.4.0
Open

Beta 0.4.0#847
mattwill-amd wants to merge 35 commits into
release/0_4_0from
beta-0.4.0

Conversation

@mattwill-amd

Copy link
Copy Markdown
Contributor

Update ToC

Sajeeth-Wimalasuriyan and others added 30 commits December 18, 2025 15:22
…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>
@mattwill-amd mattwill-amd requested review from a team and tomk-amd as code owners May 21, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants