この投稿で関数名ごとの内訳を示すために、彼はどの CL 実装 (またはプロファイリング パッケージ) を使用していますか?? 私はCCL、SBCL、ECLを持っており、それら(time (load ...
は次のようになります:
? (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.