Sign in
flutter
/
third_party
/
perfetto
/
b14bb413a2d56d89ce168b6427b742cb2afec74d
/
ui
68b02e7
Merge "ui: Fix missing cpu column in dataset for ftrace tracks" into main
by Steve Golton
· 4 months ago
0e1f159
ui: Export dataset from CPU slice tracks
by Steve Golton
· 4 months ago
0b42bf5
ui: Add cmds and hotkeys to navigate to prev & next track events
by Steve Golton
· 4 months ago
81d2343
ui: Fix missing cpu column in dataset for ftrace tracks
by Steve Golton
· 4 months ago
4bd51f1
ui: Switch to a more "OO" implementation for `Dataset`
by Steve Golton
· 4 months ago
92a8442
Merge "ui: Add Dataset & support for area aggregations on most slice tracks" into main
by Steve Golton
· 4 months ago
9e3d398
ui: Add Dataset & support for area aggregations on most slice tracks
by Steve Golton
· 4 months ago
0fd224e
Merge "ui: make ftrace track 10x faster" into main
by Primiano Tucci
· 4 months ago
6aa8ad4
ui: make ftrace track 10x faster
by Primiano Tucci
· 4 months ago
7fd6cc4
Merge "ui: add mithril autoredraw behind a flag" into main
by Treehugger Robot
· 4 months ago
cc0d967
ui: add mithril autoredraw behind a flag
by Primiano Tucci
· 4 months ago
6cdc068
Merge "ui: tp: plumb errors in NotifyEndOfFile into UI" into main
by Treehugger Robot
· 4 months ago
4ebd1d7
Merge changes I59ff0260,Iae793df8 into main
by Primiano Tucci
· 4 months ago
ab428a4
Merge "ui: Remove old PopupMenu and replace with PopupMenu2" into main
by Steve Golton
· 4 months ago
33e2344
ui: remove unnecessary full redraws
by Primiano Tucci
· 4 months ago
1ce711a
ui: Remove old PopupMenu and replace with PopupMenu2
by Steve Golton
· 4 months ago
cf95cb6
ui: clean up raf_scheduler.ts and perf.ts
by Primiano Tucci
· 4 months ago
f295feb
ui: tp: plumb errors in NotifyEndOfFile into UI
by Lalit Maganti
· 4 months ago
b642011
ui: release canary
by Lalit Maganti
· 4 months ago
252fdc6
ui: Display histogram in explore page.
by Lydia Tse
· 4 months ago
a43f2d6
Merge "ui: don't disable sidebar when passing hideSidebar=true" into main
by Primiano Tucci
· 4 months ago
40dba54
ui: don't disable sidebar when passing hideSidebar=true
by Primiano Tucci
· 4 months ago
71f1dab
ui: move all recording code into a plugin
by Primiano Tucci
· 4 months ago
0c7c31a
Merge "ui: Add a command to show uninterruptible thread count" into main
by Treehugger Robot
· 4 months ago
f69cb9a
ui: Created "Add chart" menu.
by Lydia Tse
· 4 months ago
1497b70
Merge "ui: Fix bug where flows were not being shown for frames tracks" into main
by Steve Golton
· 4 months ago
b05094e
ui: Fix bug where flows were not being shown for frames tracks
by Steve Golton
· 4 months ago
76b6a52
Merge "ui: move GcsUploader to base" into main
by Primiano Tucci
· 4 months ago
b153c7f
thermal: perfetto/ftrace: Parse param_set_value_cpm
by sashwinbalaji
· 4 months ago
c813d6a
Merge "tp: fix flamegraph searching without any prefix" into main
by Treehugger Robot
· 4 months ago
b5dc01a
Merge "ui: Update plugin docs" into main
by Steve Golton
· 4 months ago
af93d6c
ui: Add a command to show uninterruptible thread count
by Ryuichiro Chiba
· 4 months ago
aa11247
tp: fix flamegraph searching without any prefix
by Lalit Maganti
· 4 months ago
a6028e3
ui: move GcsUploader to base
by Primiano Tucci
· 4 months ago
e662cb2
ui: expose featureFlags in the App interface
by Primiano Tucci
· 4 months ago
554ba58
Merge "ui: fix staleenss of record instructions, remove permalink dep" into main
by Primiano Tucci
· 4 months ago
36fa40c
ui: fix staleenss of record instructions, remove permalink dep
by Primiano Tucci
· 4 months ago
bb9a684
ui: Update plugin docs
by Steve Golton
· 4 months ago
3c499f3
ui: Render additional thread state information
by Anna Mayzner
· 4 months ago
42ad589
ui: remove final deps on globals
by Primiano Tucci
· 4 months ago
5181eb8
Merge "ui: de-controllify recording" into main
by Lalit Maganti
· 4 months ago
a3c18df
ui: de-controllify recording
by Primiano Tucci
· 4 months ago
d9233a8
Merge "Fix scroll jank plugin" into main
by Alexander Timin
· 4 months ago
1aa0626
Fix scroll jank plugin
by Alexander Timin
· 4 months ago
82876a9
ui: move perfDebug to app
by Primiano Tucci
· 4 months ago
e538f89
ui: Fix crash when creating sdebug counter tracks
by Steve Golton
· 4 months ago
7c3df30
Merge "ui: move most pages to their own plugin" into main
by Primiano Tucci
· 4 months ago
6a31ce1
ui: move most pages to their own plugin
by Primiano Tucci
· 4 months ago
5999227
Merge "ui: _ctx -> ctx" into main
by Steve Golton
· 4 months ago
5f82925
Merge "ui: Rename example plugins to start with com.example" into main
by Steve Golton
· 4 months ago
3d3e168
ui: record all screenshots on failure
by Primiano Tucci
· 4 months ago
8dceddb
Merge "UI: improve sidebar API" into main
by Primiano Tucci
· 4 months ago
9b86b1f
ui: _ctx -> ctx
by Steve Golton
· 4 months ago
0555a09
ui: Rename example plugins to start with com.example
by Steve Golton
· 4 months ago
529d03a
UI: improve sidebar API
by Primiano Tucci
· 4 months ago
6c70af4
Merge "ui: Simplify & merge 'simple' tracks & debug tracks" into main
by Steve Golton
· 4 months ago
e965be2
ui: Simplify & merge 'simple' tracks & debug tracks
by Steve Golton
· 4 months ago
ceea397
ui: remove dead code
by Lalit Maganti
· 4 months ago
f072aa7
ui: remove a few things from state and actions which are unused
by Lalit Maganti
· 4 months ago
92c4fb0
Merge "ui: fix misuse of ontraceready callback" into main
by Lalit Maganti
· 4 months ago
97f48fd
ui: add Page API
by Primiano Tucci
· 4 months ago
9932405
ui: fix misuse of ontraceready callback
by Lalit Maganti
· 4 months ago
eafd002
Merge "ui: allow any App to obtain the matching Trace for the plugin" into main
by Primiano Tucci
· 4 months ago
6c74995
Merge "ui: Create interfaces for vega chart spec and state." into main
by Lydia Tse
· 4 months ago
5b4c32b
Merge "ui: unbreak extraSqlPackage injection" into main
by Lalit Maganti
· 4 months ago
6cc3a67
ui: unbreak extraSqlPackage injection
by Lalit Maganti
· 4 months ago
8e9e366
Merge "ui: implement serialization of flamegraph state for single selects" into main
by Lalit Maganti
· 4 months ago
c8079ad
Merge "ui: add infrastructure for serializing details panels" into main
by Lalit Maganti
· 4 months ago
8177922
Merge "tp: Stop forcing lexicographic ordering of tracks and use `child_ordering` when possible." into main
by Lalit Maganti
· 4 months ago
2a92bb9
tp: Stop forcing lexicographic ordering of tracks and use `child_ordering` when possible.
by Anna Mayzner
· 4 months ago
7de7671
ui: implement serialization of flamegraph state for single selects
by Lalit Maganti
· 4 months ago
fb6c16b
ui: add infrastructure for serializing details panels
by Lalit Maganti
· 4 months ago
3bf2fc2
ui: allow any App to obtain the matching Trace for the plugin
by Primiano Tucci
· 4 months ago
fe43562
ui: move details panel computation to selection manager
by Lalit Maganti
· 4 months ago
7282d54
Merge "ui: remove last dependency between globals > Trace" into main
by Primiano Tucci
· 4 months ago
108da26
ui: make QueryFlamegraph a class instead of a mithril component
by Lalit Maganti
· 4 months ago
acb3597
ui: simplify flamegraph filters
by Lalit Maganti
· 4 months ago
bdecef9
ui: remove last dependency between globals > Trace
by Primiano Tucci
· 4 months ago
1e9a82c
ui: remove unused accessors from Globals
by Primiano Tucci
· 4 months ago
5cbcc7f
ui: simplify bottom tab handling
by Primiano Tucci
· 4 months ago
992ee77
Merge "ui: fix debugtrack test" into main
by Primiano Tucci
· 4 months ago
38cce57
ui: fix debugtrack test
by Primiano Tucci
· 4 months ago
acf590a
ui: remove some gratuitous usage of globals
by Primiano Tucci
· 4 months ago
a02778f
ui: fix missing redraw calls on logs panel
by Lalit Maganti
· 4 months ago
4043fab
ui: move TraceSource back into core
by Lalit Maganti
· 4 months ago
3e4dbdc
ui: rework check_imports
by Primiano Tucci
· 4 months ago
f639cfc
ui: Create interfaces for vega chart spec and state.
by Lydia Tse
· 5 months ago
0c01c75
Merge "ui: rearchitect area select to be simpler and fix several bugs" into main
by Lalit Maganti
· 5 months ago
4d0bb20
ui: rearchitect area select to be simpler and fix several bugs
by Lalit Maganti
· 5 months ago
d24c292
ui: cleanup some more globals and AppImpl.instance usage
by Lalit Maganti
· 5 months ago
1e37e2a
ui: deglobalify a bunch of misc things
by Lalit Maganti
· 5 months ago
4882cb8
Merge "ui: deglobalify timeselectionpanel" into main
by Lalit Maganti
· 5 months ago
2b8dc4d
ui: cache the viewport when the search is started
by Lalit Maganti
· 5 months ago
2dda39f
Merge "ui: gate child area selection based on summary track" into main
by Lalit Maganti
· 5 months ago
ffca843
Merge "ui: fix area selection checkboxes" into main
by Lalit Maganti
· 5 months ago
afbe89c
Merge "ui: remove dep between heap-profile and sidebar.ts" into main
by Treehugger Robot
· 5 months ago
b2d7887
ui: remove dep between heap-profile and sidebar.ts
by Primiano Tucci
· 5 months ago
626f139
ui: gate child area selection based on summary track
by Lalit Maganti
· 5 months ago
7950962
ui: fix area selection checkboxes
by Lalit Maganti
· 5 months ago
f98a700
ui: Add initial stdlib table menu with table viewer to explore page.
by Lydia Tse
· 5 months ago
Next »