mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-01 12:09:06 +00:00
feat: add description for load averages
This commit is contained in:
parent
892ee057b9
commit
7a958bf512
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