2013-03-01 51 views
2

他在this post中使用什麼CL實現(或概要分析包)來按函數名稱顯示細分?我有CCL,SBCL,ECL和他們(time (load ...去這樣的事情:CL:幫助識別分析器輸出

? (time (load "../e/3.cl")) 
(LOAD "../e/3.cl") 
took 3,176 milliseconds (3.176 seconds) to run. 
     18 milliseconds (0.018 seconds, 0.57%) of which was spent in GC. 
During that period, and with 2 available CPU cores, 
     128 milliseconds (0.128 seconds) were spent in user mode 
     224 milliseconds (0.224 seconds) were spent in system mode 
11,904,264 bytes of memory allocated. 
1,582 minor page faults, 77 major page faults, 0 swaps. 

回答