mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-06 14:09:24 +00:00
feat: add description for load averages
Some checks are pending
Lockbud / lockbud (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (push) Waiting to run
Typo / typo (push) Waiting to run
Some checks are pending
Lockbud / lockbud (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (push) Waiting to run
Typo / typo (push) Waiting to run
This commit is contained in:
parent
5ed1414c39
commit
cd1f5192b4
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ fn xmrig(
|
|||
],
|
||||
Label::new(api.uptime.display(true)),
|
||||
);
|
||||
ui.label(api.resources.to_string());
|
||||
ui.label(api.resources.to_string()).on_hover_text("Load average\nThe current load for your CPU. It should not be above the number of total threads or it could mean that your CPU is currently overloaded and will slow down.\nXmrig should not be the cause for overloading a CPU, but other tasks on your system might.");
|
||||
ui.label(
|
||||
RichText::new("Hashrate\n(10s/1m/15m)")
|
||||
.underline()
|
||||
|
|
Loading…
Reference in a new issue