Skip to content

Releases: eclipsesource/perfetto

Perfetto UI - f754e9de2fba0b

15 Nov 20:37
f754e9d
Compare
Choose a tag to compare
Pre-release
Always open the details of a new selection (#129)

Ensure that whenever the selection changes and the new selection exists,
show it in the details panel even if the user had previously closed it.

Add a global flag to allow the host application to disable this
behaviour, for example on a user preference setting.

Includes incidental fixing of lint problems in edited files.

Signed-off-by: Christian W. Damus <[email protected]>

Perfetto UI - bc750cfafc48bf

14 Nov 19:42
bc750cf
Compare
Choose a tag to compare
Pre-release
Short-circuit initialization of filtered-out tracks (#128)

Double-check in handling the initialization promise that a track is not
filtered out before computing the initial data from onBoundsChanged().

Signed-off-by: Christian W. Damus <[email protected]>

Perfetto UI - 715590816c5d16

11 Nov 22:19
7155908
Compare
Choose a tag to compare
Pre-release
perfetto-ui-715590816c5d16

Hide Expanded Track Group Summary Track (#127)

Perfetto UI - 5812c16b30e52a

28 Oct 20:18
5812c16
Compare
Choose a tag to compare
Pre-release
perfetto-ui-5812c16b30e52a

Have Perfetto Help not sized to viewport (#126)

Perfetto UI - 2ac7c217da301e

21 Oct 21:21
2ac7c21
Compare
Choose a tag to compare
Pre-release
[Design] Show timeline behind expanded track groups (#122)

* Remove background for expanded track groups

* Fix selection on expanded track groups

* Recursively add selections when track group time selction

* Make checkbox track selection less wonky

* Don't select tracks twice when dragging over them and their parent group

Perfetto UI - 150416887307d8

21 Oct 21:10
1504168
Compare
Choose a tag to compare
Pre-release
[Design] CPU Slices Visual Update (#121)

* Cpu Slice new Style

* Implement Smaller CPU Slice color palette from designs

* Refine lightness changes based on state

* Change Hover logic to single out a specific slice

* Use Selection for likecase

* Likecase add topbar

Perfetto UI - 72c9ee93151d75

18 Oct 19:29
72c9ee9
Compare
Choose a tag to compare
Pre-release
Support removal of selection observers (#125)

Because Perfetto instances can be reused in Sokatoa, we need to be able
to remove selection observers that were added from the containing
application context.

Signed-off-by: Christian W. Damus <[email protected]>

Perfetto UI - 47b36da556fff2

17 Sep 16:23
47b36da
Compare
Choose a tag to compare
Pre-release
Support to unregister from engine observer (#124)

We keep a set of perfetto instances and reuse them, hence
each use needs to cleanup its references, or it is a memory leak.

Perfetto UI - ddd7bfb2255a26

12 Sep 14:14
ddd7bfb
Compare
Choose a tag to compare
Pre-release
Support selective hiding of custom buttons (#123)

- add an optional isVisible() function to the custom button args

Signed-off-by: Christian W. Damus <[email protected]>

Perfetto UI - 8b257e2a085a5b

16 Jul 21:53
8b257e2
Compare
Choose a tag to compare
Pre-release
Basic Plugin Support for selecting tracks and track groups (#114)

* Basic Plugin Support for selecting tracks and track groups

* Rename addTrackToAreaSelection totoggleTrackInAreaSelection

* Fix UI to show selected state

* Shift modifier functionality for tracks under the same group

* Selecting track group no longer collapses it