SPU: Report 'GETLLAR took too long'

Also move similar code in PPU.
This commit is contained in:
Nekotekina 2020-10-13 00:12:01 +03:00
parent 4ff23a9943
commit dc39a9b84f
2 changed files with 10 additions and 5 deletions

View file

@ -2352,6 +2352,11 @@ bool spu_thread::process_mfc_cmd()
continue;
}
if (i >= 25) [[unlikely]]
{
spu_log.warning("GETLLAR took too long: %u", i);
}
break;
}