Commit eb196f8b authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Get two data points for meters.

Ensure one mini-reading-cycle runs before getting the UI active
so we have two data points to get better meter measurements from
the get-go.
parent 8a1c304b
...@@ -507,8 +507,10 @@ int main(int argc, char** argv) { ...@@ -507,8 +507,10 @@ int main(int argc, char** argv) {
IncSet* inc = IncSet_new(defaultBar); IncSet* inc = IncSet_new(defaultBar);
ProcessList_scan(pl); ProcessList_scan(pl);
millisleep(75); millisleep(75);
ProcessList_scan(pl);
FunctionBar_draw(defaultBar, NULL); FunctionBar_draw(defaultBar, NULL);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment