[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VM] Weird performance issue with a VM folder
From: |
Uday Reddy |
Subject: |
Re: [VM] Weird performance issue with a VM folder |
Date: |
Tue, 16 Dec 2014 12:04:01 +0000 |
Daniel Barrett writes:
> The old headers at the top of the file were:
>
> X-VM-v5-Data: ([nil nil nil nil nil nil nil nil t nil nil nil nil nil nil nil]
> ["17232" "Friday" "15" "February" "2013" "11:38:17" "-0800" "Name
> Lastname" "address@hidden" nil "317" "8th Grade student/parent night XXHS"
> "^From:" nil nil "2" nil "8th Grade student/parent night XXHS" (number " "
> mark " B Name Lastname Feb 15 317/17232 " thread-indent "\"8th Grade
> student/parent night XXHS\"\n") nil nil nil nil nil nil nil]
> nil)
> X-VM-Summary-Format: "%n %*%a %-17.17F %-3.3m %2d %4l/%-5c %I\"%s\"\n"
> X-VM-Labels: nil
> X-VM-VHeader: ("Resent-" "From:" "Sender:" "To:" "Newsgroups:"
> "Apparently-To:" "Cc:" "Subject:" "Date:") nil
> X-VM-Last-Modified: (21629 51968 231600 190000)
> X-VM-IMAP-Retrieved: nil
> X-VM-POP-Retrieved: nil
> X-VM-Bookmark: 430
I don't see anything suspicious in these headers. If you still have the old
version of the folder, please try profiling. Here are some quick notes on
how to do profiling. (More details in the elp.el library file - part of
Emacs distribution.)
* Profiling - elp
- M-x elp-instrument-package RET vm RET should instrument the whole
package. (M-x elp-instrument-function and M-x elp-instrument-list or
other ways to set profiling.)
- M-x elp-set-master sets a "master" function, whose execution is profiled
and nothing else. M-x elp-unset-master cancels the master function.
- M-x elp-results shows the results.
- M-x elp-reset-all to reset the profiling data
- M-x elp-restore-all to remove all profiling.
Cheers,
Uday