Releases: eclipsesource/perfetto
Releases · eclipsesource/perfetto
Perfetto UI - a490c77703ce4f
perfetto-ui-a490c77703ce4f Recolor elements that are used by ftrace name filter dialog [Issue 11…
Perfetto UI - 49a8f980093871
perfetto-ui-49a8f980093871 GPU Counters should not be sorted alphabetically in the perfetto capt…
Perfetto UI - 8b6825324d6741
perfetto-ui-8b6825324d6741 Able to resize wrapped track shells (#107)
Perfetto UI - c6917d0a705f9f
Let plugin track provider specify a group path (#106) Currently, a plugin's track provider is limited to contributing a track at the root of the timeline or within an arbitrarily named group at the root of the timeline. It can't create a track in an arbitrarily nested group. This commit adds that ability.
Perfetto UI - 811b77383122d8
StickyTrackGroups now stack (#105) * StickyTrackGroups now stack * Don't draw childGroups over Parent Groups when they move
Perfetto UI - 18197c098d765c
Change 'Remove track' to 'Hide track' (#104) With the upcoming introduction of user-defined tracks (e.g., the user combines one or more counter tracks into a single one), we need to adjust the existing removal track button. This button doesn't technically remove the track; it hides it. The track definition ends up in a filtered list, so that it can be reintroduced into the timeline by the user via the Track Filtering timeline toolbar button. We also need to allow for a track removal that is a "true" removal. Such an action will do more than just hide the track. It will delete the track altogether. The user won't be able to un-hide it. This type of action will be available only to user defined tracks. The user can of course re-define the track from scratch to effectively re-introduce it into the timeline. The existing button is being given a new tooltip and icon to better reflect the hiding nature. Additionally, the RemoveTrack action now supports a purge option for use in a true removal. In that case, we simply don't add the track definition to the filtered list. We'll use the garbage can icon for that action, and the tooltip will say "Delete user-defined track". Only user-defined tracks will have this action, and it will be added to the track by Sokatoa, as support for these user-defined tracks is entirely done within Sokatoa using perfetto plugins.
Perfetto UI - e080d86a5bdfe3
Don't scroll lines when pinning a track (#103) * Don't scroll lines when pinning a track * Plan for toggling on and off appropriately
Perfetto UI - 9407d38a81e879
perfetto-ui-9407d38a81e879 Add additional depth to track panel title for fold button offset (#101)
Perfetto UI - 90579c482f3d96
Rework timeline subset range as an async callback function It turns out that Sokatoa, when hosting Perfetto, needs to calculate frame-based timestamp ranges to constrain the Perfetto timeline from the slices in the Perfetto trace, itself. So they cannot be computed before opening the Perfetto app and it is necessary for Perfetto to call back into the host application, which then uses the Engine to query the trace database. Signed-off-by: Christian W. Damus <[email protected]>
Perfetto UI - 22a30847924051
perfetto-ui-22a30847924051 Make @types/mithril a dev depdendency