Mercurial > emacs
comparison lisp/emacs-lisp/benchmark.el @ 89909:68c22ea6027c
Sync to HEAD
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 16 Apr 2004 12:51:06 +0000 |
parents | 375f2633d815 |
children | f9a65d7ebd29 |
comparison
equal
deleted
inserted
replaced
89908:ee1402f7b568 | 89909:68c22ea6027c |
---|---|
112 (message "Elapsed time: %fs" (car result)) | 112 (message "Elapsed time: %fs" (car result)) |
113 (message "Elapsed time: %fs (%fs in %d GCs)" (car result) | 113 (message "Elapsed time: %fs (%fs in %d GCs)" (car result) |
114 (nth 2 result) (nth 1 result))))) | 114 (nth 2 result) (nth 1 result))))) |
115 | 115 |
116 (provide 'benchmark) | 116 (provide 'benchmark) |
117 | |
118 ;;; arch-tag: be570e24-4b51-4784-adf3-fa2b56c31946 | |
117 ;;; benchmark.el ends here | 119 ;;; benchmark.el ends here |