comparison lisp/emacs-lisp/profile.el @ 807:4f28bd14272c

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 21:47:34 +0000
parents 45d748a65f24
children 38b2499cb3e9
comparison
equal deleted inserted replaced
806:d42e1151eed8 807:4f28bd14272c
1 ;;; profile.el -- generate run time measurements of Emacs Lisp functions 1 ;;; profile.el -- generate run time measurements of Emacs Lisp functions
2 2
3 ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> 3 ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
4 ;; Created: 7 Feb 1992 4 ;; Created: 07 Feb 1992
5 ;; Last-Modified: 7 Feb 1992 5 ;; Last-Modified: 07 Feb 1992
6 ;; Version: 1.0 6 ;; Version: 1.0
7 ;; Adapted-By: ESR 7 ;; Adapted-By: ESR
8 8
9 ;; Copyright (C) 1992 Free Software Foundation, Inc. 9 ;; Copyright (C) 1992 Free Software Foundation, Inc.
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by 14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation; either version 1, or (at your option) 15 ;; the Free Software Foundation; either version 2, or (at your option)
16 ;; any later version. 16 ;; any later version.
17 17
18 ;; GNU Emacs is distributed in the hope that it will be useful, 18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the