diff options
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/config/global.in b/config/global.in index f487a8bf..5d918472 100644 --- a/config/global.in +++ b/config/global.in @@ -255,13 +255,15 @@ config LOG_PROGRESS_BAR default n depends on ! LOG_ALL help - This option will print a "rotating bar" (/-\|) below the last log line - to show work is not stalled. + If you say 'y' here, you'll be able to see the elapsed time. - Available when not in DEBUG log level. - - WARNING! Very CPU intensive! If you have spare CPU, then you can use it, - otherwise, refrain from using it. + As a bonus, you'll also get a rotating bar (/-\|) showing you + that the build is not stalled (the bar rotates 1/4 every 10 lines + of components build log). + + Note that the elapsed time can stall for a little while if a + component has long commands, as the elapsed time is only updated + each line. config LOG_TO_FILE bool |