mirror of https://github.com/x64dbg/zydis
Improved `ZydisPerfTest`
This commit is contained in:
parent
203dee3bfb
commit
407a527ae7
|
@ -412,11 +412,12 @@ int main(int argc, char** argv)
|
||||||
testPerformance(buffer, length, ZYDIS_FALSE, ZYDIS_TRUE );
|
testPerformance(buffer, length, ZYDIS_FALSE, ZYDIS_TRUE );
|
||||||
puts("");
|
puts("");
|
||||||
|
|
||||||
NextFile1:
|
NextFile1:
|
||||||
free(buffer);
|
free(buffer);
|
||||||
NextFile2:
|
|
||||||
fclose(file);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NextFile2:
|
||||||
|
fclose(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue