• Home
  • Raw
  • Download

Lines Matching +full:vega +full:- +full:format

5 perfetto proto trace format and the legacy json trace format.
23 - Tabs disappear and reappear when the user changes the selection causing surprise and confusion.
24 - We try to guess the right tab to get focus and this guess is often incorrect.
25 - 'Ephemeral tabs' (query results and SQL tables) work differently from
27 - 'Current selection' tabs work differently to both 'ephemeral' and 'permanent' tabs and there can …
29 - Ephemeral tabs are not persisted into permalinks.
31 ![Tabs V2 demo](https://storage.googleapis.com/perfetto-misc/feature-tabs-v2.gif)
33 TabsV2 is extensible via the [plugin mechanism](/docs/contributing/ui-plugins).
36 ### Custom visualisation with Vega and Vega-lite
39 for custom visualisation using [Vega](https://vega.github.io/vega/) or
40 [Vega-lite](https://vega.github.io/vega-lite/docs/).
42 Type a Vega specification into the bottom editor pane and the
45 go in a normal Vega visualisation.
47 ![Viz page](https://storage.googleapis.com/perfetto-misc/feature-viz-page.png)
53 "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
69 ![Command](https://storage.googleapis.com/perfetto-misc/feature-command-palette.gif)
72 - Discoverable & Searchable
73 - Keyboard driven
74 - Plugin-able
75 - Context sensitive
76 - ...with more added every day
78 Access the command palette via `Ctrl-Shift-P` or by typing `>` in the
81 ### Changing the time format and offset
83 ![Time](https://storage.googleapis.com/perfetto-misc/feature-time.gif)
85 The displayed timestamp format can be changed globally, cycling between seconds, raw nanoseconds an…
86 … have a new `TO_TIMECODE()` function in Trace Processor to print timestamps in the timecode format.
98 ![Pivot table editor](/docs/images/pivot-tables/pivot-table-editor.png)
105 ![Pivot table](/docs/images/pivot-tables/pivot-table.png)
107 Area selection pops up a pre-filled pivot table restricted over the selected
110 ![Pivot table area selection](/docs/images/pivot-tables/pivot-table-area-selection.png)
118 ![Disable metrics from running at trace load time](/docs/images/perfetto-ui-disable-metrics.png)