We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13110e3 commit a80ea2bCopy full SHA for a80ea2b
src/detection/cpuusage/cpuusage.c
@@ -54,6 +54,7 @@ const char* ffGetCpuUsageResult(FFCPUUsageOptions* options, FFlist* result)
54
ffTimeSleep(options->waitTime);
55
goto retry;
56
}
57
+ return "CPU time did not increase. Try increasing wait time.";
58
59
60
0 commit comments