mirror of https://github.com/x64dbg/zydis
Improved `ZydisPerfTest`
This commit is contained in:
parent
9c71771875
commit
44bbc7cea2
|
@ -358,9 +358,10 @@ int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
time_t t;
|
time_t t;
|
||||||
srand((unsigned)time(&t));
|
srand((unsigned)time(&t));
|
||||||
}
|
} else
|
||||||
|
{
|
||||||
adjustProcessAndThreadPriority();
|
adjustProcessAndThreadPriority();
|
||||||
|
}
|
||||||
|
|
||||||
for (uint8_t i = 0; i < ZYDIS_ARRAY_SIZE(tests); ++i)
|
for (uint8_t i = 0; i < ZYDIS_ARRAY_SIZE(tests); ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue