mirror of https://github.com/x64dbg/zydis
Improved `ZydisPerfTest`
This commit is contained in:
parent
9c71771875
commit
44bbc7cea2
|
@ -358,10 +358,11 @@ 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)
|
||||||
{
|
{
|
||||||
FILE* file;
|
FILE* file;
|
||||||
|
|
Loading…
Reference in New Issue