mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-13 04:21:54 +00:00
LibWebView: Paint callgrind instructions a bit less aggressively
On my terminal, the colors chosen before were very hard to read.
This commit is contained in:
parent
15356b7036
commit
4916ae6d67
Notes:
github-actions[bot]
2025-05-08 14:13:22 +00:00
Author: https://github.com/trflynn89
Commit: 4916ae6d67
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4656
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ static ErrorOr<NonnullRefPtr<ClientType>> launch_server_process(
|
|||
|
||||
if (browser_options.profile_helper_process == process_type) {
|
||||
dbgln();
|
||||
dbgln("\033[1;45mLaunched {} process under callgrind!\033[0m", server_name);
|
||||
dbgln("\033[100mRun `\033[4mcallgrind_control -i on\033[24m` to start instrumentation and `\033[4mcallgrind_control -i off\033[24m` stop it again.\033[0m");
|
||||
dbgln("\033[1;34mLaunched {} process under callgrind!\033[0m", server_name);
|
||||
dbgln("\033[1;36mRun `\033[4mcallgrind_control -i on\033[24m` to start instrumentation and `\033[4mcallgrind_control -i off\033[24m` stop it again.\033[0m");
|
||||
dbgln();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue