comparison lisp/emacs-lisp/profile.el @ 845:213978acbc1e

entered into RCS
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 22 Jul 1992 04:22:30 +0000
parents 38b2499cb3e9
children fb0ed5a1d0f3
comparison
equal deleted inserted replaced
844:bf829a2d63b4 845:213978acbc1e
1 ;;; profile.el -- generate run time measurements of Emacs Lisp functions 1 ;;; profile.el -- generate run time measurements of Emacs Lisp functions
2
3 ;; Copyright (C) 1992 Free Software Foundation, Inc.
2 4
3 ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> 5 ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
4 ;; Created: 07 Feb 1992 6 ;; Created: 07 Feb 1992
5 ;; Last-Modified: 07 Feb 1992
6 ;; Version: 1.0 7 ;; Version: 1.0
7 ;; Adapted-By: ESR 8 ;; Adapted-By: ESR
8 ;; Keywords: lisp, tools 9 ;; Keywords: lisp, tools
9
10 ;; Copyright (C) 1992 Free Software Foundation, Inc.
11 10
12 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
13 12
14 ;; 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
15 ;; 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