code.cache.size.run.bat

来自「代码优化,有效使用内存,透视优化技术,对比优化方法,如果你在追求代码效率的最大化」· Batch 代码 · 共 24 行

BAT
24
字号
@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 + =
减小字号Ctrl + -
显示快捷键?