Mercurial > hg > xemacs-beta
comparison lisp/utils/elp.el @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | cca96a509cfe |
children |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
37 ;; information will be reset whenever the results are displayed. You | 37 ;; information will be reset whenever the results are displayed. You |
38 ;; can also reset all profiling info at any time with M-x | 38 ;; can also reset all profiling info at any time with M-x |
39 ;; elp-reset-all. | 39 ;; elp-reset-all. |
40 ;; | 40 ;; |
41 ;; You can also instrument all functions in a package, provided that | 41 ;; You can also instrument all functions in a package, provided that |
42 ;; the package follows the GNU coding standard of a common textural | 42 ;; the package follows the GNU coding standard of a common textual |
43 ;; prefix. Use M-x elp-instrument-package for this. | 43 ;; prefix. Use M-x elp-instrument-package for this. |
44 ;; | 44 ;; |
45 ;; If you want to sort the results, set elp-sort-by-function to some | 45 ;; If you want to sort the results, set elp-sort-by-function to some |
46 ;; predicate function. The three most obvious choices are predefined: | 46 ;; predicate function. The three most obvious choices are predefined: |
47 ;; elp-sort-by-call-count, elp-sort-by-average-time, and | 47 ;; elp-sort-by-call-count, elp-sort-by-average-time, and |