• Home
Name Date Size #Lines LOC

..--

charts/04-Jul-2025-353253

sql/04-Jul-2025-5,0523,825

READMED04-Jul-2025645 1511

duration.tsD04-Jul-20252.3 KiB6843

duration_precision_menu_items.tsD04-Jul-20251.9 KiB6142

process.tsD04-Jul-20253 KiB10583

sched.tsD04-Jul-20252.1 KiB6437

slice.tsD04-Jul-20252.4 KiB8157

thread.tsD04-Jul-20253 KiB10583

thread_state.tsD04-Jul-20252.1 KiB6439

timestamp.tsD04-Jul-20253.4 KiB10171

timestamp_format_menu.tsD04-Jul-20251.9 KiB5739

treetable.tsD04-Jul-20253.4 KiB11692

vega_view.tsD04-Jul-202510 KiB403314

README

1This directory contains "widgets" -- standalone reusable components.
2
3`sql` subdirectory contains "SQL widgets", which are responsible for fetching
4the necessary data from the trace processor in addition to displaying it.
5
6The current split between `ui/src/widgets` and `ui/src/frontend/widgets` (this
7directory) is semi-arbitrary:
8- `ui/src/widgets` contains low-level primitives (button, menu, etc) which
9  depend only on //base.
10- `ui/src/frontend/widgets` doesn't have dependency restrictions and contains
11  higher-level primitives (e.g. SQL table viewer)
12
13Both of these directories will be merged into one once the layering is sorted
14out.
15