-
Notifications
You must be signed in to change notification settings - Fork 257
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
Tracepoint hover #684
base: master
Are you sure you want to change the base?
Tracepoint hover #684
Commits on Nov 19, 2024
-
feat: remove tracepoints from timeaxisheaderview
The tracepoints are getting a better visual representation on the timelinewidget so this is no longer necessary.
Configuration menu - View commit details
-
Copy full SHA for 0eed4b0 - Browse repository at this point
Copy the full SHA 0eed4b0View commit details -
feat: show tracepoints in the timelinewidget
Move the tracepoints from TimeAxisHeaderView to TimeLineWidget so that we can use the header for cpu usage. This also improves usability since the tracepoints are no longer bundles in one line. They now each have their own line.
Configuration menu - View commit details
-
Copy full SHA for 97c6a37 - Browse repository at this point
Copy the full SHA 97c6a37View commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for deeb12a - Browse repository at this point
Copy the full SHA deeb12aView commit details -
Enum automatically counts up so there is no need to manually set these values.
Configuration menu - View commit details
-
Copy full SHA for 982d00f - Browse repository at this point
Copy the full SHA 982d00fView commit details -
feat: add Favourites to TimeLineWidget
this allows the user to group important timelines together so that he can compare them better
Configuration menu - View commit details
-
Copy full SHA for eaac181 - Browse repository at this point
Copy the full SHA eaac181View commit details -
feat: add QSFP to hide empty rows in eventmodel
The favourites and tracepoint patches include some rows in the model that may be empty. To keep the code simple an readable all rows will be shown. Then a proxy model is put ontop to remove empty rows.
Configuration menu - View commit details
-
Copy full SHA for 91770f9 - Browse repository at this point
Copy the full SHA 91770f9View commit details -
feat: Always put the favorite contents on the top of the view
This way we can more easily find them and changing the sort order doesn't move them to the bottom.
Configuration menu - View commit details
-
Copy full SHA for 7177783 - Browse repository at this point
Copy the full SHA 7177783View commit details -
feat: Show multiple costs in timelinewidget
Showing only one cost is fine if we only show a hardware event, but since we now support tracepoints and some come in an enter/exit pair it requires us to rework the timeline delegate. This patch makes the event source combobox multi select and allows to select multiple event sources.
Configuration menu - View commit details
-
Copy full SHA for 29d7fd7 - Browse repository at this point
Copy the full SHA 29d7fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3c982 - Browse repository at this point
Copy the full SHA 6b3c982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 950dac5 - Browse repository at this point
Copy the full SHA 950dac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49e402 - Browse repository at this point
Copy the full SHA a49e402View commit details -
feat: correctly parse format string from tracepoint definition
This patch allows hotspot to correctly parse most format string from the tracepoint definition. If that fails every entry in the tracepoint will be printed unformatted. In this case it is possible to add a custom formatter.
Configuration menu - View commit details
-
Copy full SHA for 8ef42d4 - Browse repository at this point
Copy the full SHA 8ef42d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f434e6d - Browse repository at this point
Copy the full SHA f434e6dView commit details