1
mirror of https://github.com/hashcat/hashcat synced 2024-11-13 17:28:58 +01:00

Fine tune --progress-only mode output for extreme slow kernels

This commit is contained in:
jsteube 2018-07-05 14:44:34 +02:00
parent dd2511233d
commit 3bf3ec5bbe

View File

@ -1782,7 +1782,7 @@ double status_get_runtime_msec_dev (const hashcat_ctx_t *hashcat_ctx, const int
float q = 1;
if (device_param->speed_only_finish == true)
if ((device_param->speed_only_finish == true) && (device_param->speed_msec[0] > 4000))
{
q = (float) device_param->outerloop_left / (float) device_param->speed_cnt[0];
}