aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pg-dev.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-04 15:43:04 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-04 15:43:04 +0000
commit8d3fc8916e3a9369fdf427429f0b26d73478e3c1 (patch)
treebb358fce4516f3c930c094571d29d274796d4931 /lib/pg-dev.el
parent8014f6708b3107bb363e4f4a4a5af1026fa07fe3 (diff)
Profile more of the code
Diffstat (limited to 'lib/pg-dev.el')
-rw-r--r--lib/pg-dev.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/pg-dev.el b/lib/pg-dev.el
index 491c92ba..723e1e59 100644
--- a/lib/pg-dev.el
+++ b/lib/pg-dev.el
@@ -97,14 +97,12 @@
(defun profile-pg ()
(interactive)
- (elp-instrument-package "proof-script")
- (elp-instrument-package "proof-shell")
- (elp-instrument-package "pg-response")
- (elp-instrument-package "comint")
+ (elp-instrument-package "proof-")
+ (elp-instrument-package "pg-")
(elp-instrument-package "scomint")
(elp-instrument-package "unicode-tokens")
(elp-instrument-package "coq")
- (elp-instrument-package "isar"))
+ (elp-instrument-package "isar"))