📄 code.cache.size.run.bat
字号:
@ECHO OFF
ECHO = = = Demonstrating how to determine code cache size = = =
ECHO Utility for the \"Program optimization technique\" book by Kris Kaspersky
ECHO N NOPs ...CLOCK...
ECHO -------------------------------------------------------------------------
code.cache.size.2.exe
DEL code.cache.size.2.exe
code.cache.size.4.exe
DEL code.cache.size.4.exe
code.cache.size.8.exe
DEL code.cache.size.8.exe
code.cache.size.16.exe
DEL code.cache.size.16.exe
code.cache.size.32.exe
DEL code.cache.size.32.exe
code.cache.size.64.exe
DEL code.cache.size.64.exe
code.cache.size.128.exe
DEL code.cache.size.128.exe
code.cache.size.256.exe
DEL code.cache.size.256.exe
code.cache.size.512.exe
DEL code.cache.size.512.exe
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -