platform_build_soong/ui/terminal
Colin Cross 3dac80e519 Support an action table that shows longest running actions
If SOONG_UI_TABLE_HEIGHT is set, enable a new smart terminal display
that prints the normal scrolling build history in the top region of
the screen and an action table of the longest currently running
actions in the bottom region of the screen.  This provides better
visibility into which are the longest running actions and when the
build parallelism is very low.

Test: manual
Change-Id: I677d7b6b008699febd259110d7f9e0f98d80c535
2019-06-13 11:26:06 -07:00
..
Android.bp Remove terminal.Writer 2019-06-12 21:30:56 -07:00
dumb_status.go Move all output through StatusOutput 2019-06-12 21:30:56 -07:00
format.go Move smart and dumb terminals into separate implementations 2019-06-12 21:30:56 -07:00
smart_status.go Support an action table that shows longest running actions 2019-06-13 11:26:06 -07:00
status.go Remove terminal.Writer 2019-06-12 21:30:56 -07:00
status_test.go Support an action table that shows longest running actions 2019-06-13 11:26:06 -07:00
stdio.go Remove terminal.Writer 2019-06-12 21:30:56 -07:00
util.go Support an action table that shows longest running actions 2019-06-13 11:26:06 -07:00
util_darwin.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
util_linux.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
util_test.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00