CPUUsage: adds user guidance when CPU time fails to increase

This commit is contained in:
Carter Li
2025-08-24 22:23:07 +08:00
parent 13110e3074
commit a80ea2b117
+1
View File
@@ -54,6 +54,7 @@ retry:
ffTimeSleep(options->waitTime);
goto retry;
}
return "CPU time did not increase. Try increasing wait time.";
}
}