Gnus development mailing list
 help / color / mirror / Atom feed
* not scoring mail groups and gnus' speed
@ 1997-11-27 18:22 Stefan Waldherr
  1997-11-27 19:06 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 22+ messages in thread
From: Stefan Waldherr @ 1997-11-27 18:22 UTC (permalink / raw)
  Cc: Stefan Waldherr

Hi,

I have this 

(
 (adapt ignore)
 (local (gnus-use-scoring nil))
 (exclude-files "all.SCORE")
)

in my nnml:all.SCORE file. Yet when I browse thru my mail groups, the Summary
buffer looks e.g. like this

O +[27-Nov: +Cron Daemon        ] 30  Cron <swa@mind> tar 

the 30 is the score of the article. Which comes from a file SMEGHEADS.swa
(crontab comes from cs.cmu.edu, so the score of the article is 30):

-snip-
(("references" 
  ;; highlight followups to local posters (expecially me :) 
  ("learning.cs.cmu.edu" 20 nil s) 
  ("cs.cmu.edu" 30 nil s)) 
 ("from" 
  ;; well, I'm not *really* a smeghead. :) 
  ("cs.cmu.edu" 30 nil s) ("swa@cs.cmu.edu" 20 nil s) 
  ;  ("gweep.net" 20 nil s) ("jubal@boondock.gweep.net" 30 nil s) 
-snip-

SMEGHEADS.swa on he other hand gets included from all.SCORE

 ;; 
 ;; morons and other stuff can be found here ... 
 ;; 
 (files "~/.gnus/SCORE/SMEGHEADS.swa"  
        "~/.gnus/SCORE/BLACKLIST.swa" 
        "~/.gnus/SCORE/SPAMMERS" 
-snip-

Now my question: how the heck does gnus know the score of an article if I told
gnus to ignore all.SCORE and thus SMEGHEADS.swa?

My second question might be related to the above scoring problem. I find gnus
to be really slow. My understanding was that nnml was the fastest mail
backend. Yet, opening a group with, say, 300 articles in it takes over 5s on a
P200 machine with reasonable ressources. Is this a misconfiguration on my
side? What is the NOV stuff good for, if not caching information?

cu
Stefan.
-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: not scoring mail groups and gnus' speed
  1997-11-27 18:22 not scoring mail groups and gnus' speed Stefan Waldherr
@ 1997-11-27 19:06 ` Lars Magne Ingebrigtsen
  1997-11-27 20:40   ` Stefan Waldherr
  0 siblings, 1 reply; 22+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-27 19:06 UTC (permalink / raw)


Stefan Waldherr <swa@cs.cmu.edu> writes:

> (
>  (adapt ignore)
>  (local (gnus-use-scoring nil))
>  (exclude-files "all.SCORE")
> )
> 
> in my nnml:all.SCORE file. Yet when I browse thru my mail groups, the Summary
> buffer looks e.g. like this
> 
> O +[27-Nov: +Cron Daemon        ] 30  Cron <swa@mind> tar 

You can't switch scoring off from within the scoring process.  Like.

> My second question might be related to the above scoring problem. I
> find gnus to be really slow. My understanding was that nnml was the
> fastest mail backend. Yet, opening a group with, say, 300 articles
> in it takes over 5s on a P200 machine with reasonable ressources. Is
> this a misconfiguration on my side?

Opening a 300 article nnml group takes ~1s on this K6/200.  Is the
.overview file Huge?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: not scoring mail groups and gnus' speed
  1997-11-27 19:06 ` Lars Magne Ingebrigtsen
@ 1997-11-27 20:40   ` Stefan Waldherr
  1997-11-28 23:42     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 22+ messages in thread
From: Stefan Waldherr @ 1997-11-27 20:40 UTC (permalink / raw)
  Cc: Stefan Waldherr

>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

  >> My second question might be related to the above scoring problem. I find
  >> gnus to be really slow. My understanding was that nnml was the fastest
  >> mail backend. Yet, opening a group with, say, 300 articles in it takes
  >> over 5s on a P200 machine with reasonable ressources. Is this a
  >> misconfiguration on my side?

  Lars> Opening a 300 article nnml group takes ~1s on this K6/200.  Is the
  Lars> .overview file Huge?

It's even worse than I though. The group has only 224 articles. That makes ~5s
for 224 articles. The .overview file has 224 lines. Can nfs be the culprit
here?

Stefan.
-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: not scoring mail groups and gnus' speed
  1997-11-27 20:40   ` Stefan Waldherr
@ 1997-11-28 23:42     ` Lars Magne Ingebrigtsen
  1997-11-29 14:04       ` Stefan Waldherr
  0 siblings, 1 reply; 22+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-28 23:42 UTC (permalink / raw)


Stefan Waldherr <swa@cs.cmu.edu> writes:

> It's even worse than I though. The group has only 224 articles. That
> makes ~5s for 224 articles. The .overview file has 224 lines. Can
> nfs be the culprit here?

I doubt it.  5 seconds for reading a 224 line file is totally
abnormal.  Try `M-x elp-instrument-package RET nnml RET' (and nnmail
and gnus), enter the group, and then `M-x elp-results' to see what
takes so long.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: not scoring mail groups and gnus' speed
  1997-11-28 23:42     ` Lars Magne Ingebrigtsen
@ 1997-11-29 14:04       ` Stefan Waldherr
  1997-11-30 15:17         ` Kai Grossjohann
  0 siblings, 1 reply; 22+ messages in thread
From: Stefan Waldherr @ 1997-11-29 14:04 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

  Lars> I doubt it.  5 seconds for reading a 224 line file is totally
  Lars> abnormal.  Try `M-x elp-instrument-package RET nnml RET' (and nnmail
  Lars> and gnus), enter the group, and then `M-x elp-results' to see what
  Lars> takes so long.

The first two worked fine. `M-x elp-instrument-package RET gnus RET' yields
`ELP cannot profile autoloaded function: gnus-open-agent'.

cu
Stefan.
-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: not scoring mail groups and gnus' speed
  1997-11-29 14:04       ` Stefan Waldherr
@ 1997-11-30 15:17         ` Kai Grossjohann
  1997-11-30 16:11           ` Stefan Waldherr
  0 siblings, 1 reply; 22+ messages in thread
From: Kai Grossjohann @ 1997-11-30 15:17 UTC (permalink / raw)
  Cc: ding

>>>>> On 29 Nov 1997, Stefan Waldherr said:

  Stefan> The first two worked fine. `M-x elp-instrument-package RET
  Stefan> gnus RET' yields `ELP cannot profile autoloaded function:
  Stefan> gnus-open-agent'.

Well, load the file that contains gnus-open-agent, then, and try
again.  Type C-h f gnus-open-agent RET to learn all about this
function, including the file it will come from.

kai
-- 
`A wizard.  A ----ing wizard.  I *hate* ----ing wizards!'  `Well,
don't ---- him, then,' one of his henchmen said, effortlessly
pronouncing a row of dashes.  (Terry Pratchett)


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: not scoring mail groups and gnus' speed
  1997-11-30 15:17         ` Kai Grossjohann
@ 1997-11-30 16:11           ` Stefan Waldherr
  1997-11-30 16:17             ` Hrvoje Niksic
  0 siblings, 1 reply; 22+ messages in thread
From: Stefan Waldherr @ 1997-11-30 16:11 UTC (permalink / raw)


>>>>> "Kai" == Kai Grossjohann <grossjohann@ls6.cs.uni-dortmund.de> writes:

  Kai> Well, load the file that contains gnus-open-agent, then, and try again.
  Kai> Type C-h f gnus-open-agent RET to learn all about this function,
  Kai> including the file it will come from.

for the logs:

(load-library "nnml")
(load-library "nnmail")
(load-library "gnus-mh")
(load-library "gnus-demon")
(load-library "gnus-logic")
(load-library "gnus-move")
(load-library "gnus-bcklg")
(load-library "gnus-vm")
(load-library "gnus-kill")
(load-library "gnus-audio")
(load-library "gnus-picon")
(load-library "gnus-salt")
(load-library "gnus-xmas")
(elp-instrument-package "gnus-xmas")
(load-library "smiley")
(load-library "gnus-eform")
(load-library "gnus-soup")
(load-library "gnus-junk")
(load-library "gnus-score")

A `M-x elp-instrument-package gnus' gives me

Wrong type argument: consp, #<keymap gnus-summary-score-map 13 entries 0x11b81> 

On the other hand, grepping thru my dot files and other emacs files for
gnus-summary-score-map doesn't show anything.

Stefan.
-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: not scoring mail groups and gnus' speed
  1997-11-30 16:11           ` Stefan Waldherr
@ 1997-11-30 16:17             ` Hrvoje Niksic
  1997-11-30 16:32               ` gnus speed (was Re: not scoring mail groups and gnus' speed) Stefan Waldherr
  0 siblings, 1 reply; 22+ messages in thread
From: Hrvoje Niksic @ 1997-11-30 16:17 UTC (permalink / raw)


Stefan Waldherr <swa@cs.cmu.edu> writes:

> A `M-x elp-instrument-package gnus' gives me
> 
> Wrong type argument: consp, #<keymap gnus-summary-score-map 13 entries 0x11b81> 

Something is trying to access keymaps as conses (naughty, naughty).
Set `debug-on-error' to t and see what's going on.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Which is worse: ignorance or apathy?  Who knows?  Who cares?


^ permalink raw reply	[flat|nested] 22+ messages in thread

* gnus speed (was Re: not scoring mail groups and gnus' speed)
  1997-11-30 16:17             ` Hrvoje Niksic
@ 1997-11-30 16:32               ` Stefan Waldherr
  1997-11-30 16:41                 ` Hrvoje Niksic
  0 siblings, 1 reply; 22+ messages in thread
From: Stefan Waldherr @ 1997-11-30 16:32 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

>>>>> "Hrvoje" == Hrvoje Niksic <hniksic@srce.hr> writes:

  Hrvoje> Something is trying to access keymaps as conses (naughty, naughty).
  Hrvoje> Set `debug-on-error' to t and see what's going on.

Maybe you gurus can decipher that:


[-- Attachment #2: Backtrace --]
[-- Type: application/octet-stream, Size: 10812 bytes --]

[-- Attachment #3: Type: text/plain, Size: 233 bytes --]


-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: not scoring mail groups and gnus' speed)
  1997-11-30 16:32               ` gnus speed (was Re: not scoring mail groups and gnus' speed) Stefan Waldherr
@ 1997-11-30 16:41                 ` Hrvoje Niksic
  1997-12-02 18:19                   ` gnus speed (was Re: ... ) Stefan Waldherr
  0 siblings, 1 reply; 22+ messages in thread
From: Hrvoje Niksic @ 1997-11-30 16:41 UTC (permalink / raw)


Stefan Waldherr <swa@cs.cmu.edu> writes:

>   Hrvoje> Something is trying to access keymaps as conses (naughty,
>   Hrvoje> naughty).  Set `debug-on-error' to t and see what's going
>   Hrvoje> on.
> 
> Maybe you gurus can decipher that:
> 
> Signaling: (wrong-type-argument consp #<keymap gnus-summary-score-map 13 entries 0x124c6>)
>   elp-restore-function(gnus-summary-score-map)
>   elp-instrument-function(gnus-summary-score-map)
[...]

Looks like an elp bug to me.  Elp is trying to instrument
`gnus-summary-score-map' because it has a function definition --
although it's a keymap, really.

Try this patch to elp.el:

--- elp.el.orig	Sun Nov 30 17:38:59 1997
+++ elp.el	Sun Nov 30 17:40:01 1997
@@ -343,7 +343,9 @@
 				       (and (fboundp sym)
 					    (not (eq (car-safe
 						      (symbol-function sym))
-						     'macro)))))))))
+						     'macro))
+					    (not (keymapp
+						  (indirect-function sym))))))))))
 
 (defun elp-restore-list (&optional list)
   "Restore the original definitions for all functions in `elp-function-list'.


-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
4.  Thou shalt not warlorde a sig if it bee the sig of Kibo, nor if
    it bee the sig of the Inner Circle.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-11-30 16:41                 ` Hrvoje Niksic
@ 1997-12-02 18:19                   ` Stefan Waldherr
  1997-12-02 19:09                     ` Hrvoje Niksic
  1997-12-03  8:42                     ` Kai Grossjohann
  0 siblings, 2 replies; 22+ messages in thread
From: Stefan Waldherr @ 1997-12-02 18:19 UTC (permalink / raw)


>>>>> "Hrvoje" == Hrvoje Niksic <hniksic@srce.hr> writes:

  Hrvoje> Stefan Waldherr <swa@cs.cmu.edu> writes: Something is trying to
  Hrvoje> access keymaps as conses (naughty, naughty).  Set `debug-on-error'
  Hrvoje> to t and see what's going on.

Ok, XEmacs 19.16 wasn't happy with elp. You patch unfortunately didn't
work. So I tried it with Emacs. Here are the results for a mail group that
contains 284 messages. It takes > 5s.

Hop that helps,
Stefan.

Function Name                                 Call Count  Elapsed Time  Average Time
============================================  ==========  ============  ============
gnus-group-unsubscribe-group                  0           0             0.0
gnus-convert-article-to-rmail                 0           0             0.0
gnus-group-edit-group-done                    0           0             0.0
gnus-truncate-string                          0           0             0.0
gnus-summary-save-in-mail                     0           0             0.0
gnus-topic-move-group                         0           0             0.0
gnus-score-load-file                          6           0.0038520000  0.0006420000
gnus-article-hide-signature                   0           0             0.0
gnus-summary-lower-same-subject-and-select    0           0             0.0
gnus-article-remove-cr                        0           0             0.0
gnus-group-next-unread-group                  1           0.0018669999  0.0018669999
gnus-highlight-selected-summary               0           0             0.0
gnus-topic-delete                             0           0             0.0
gnus-group-exit                               0           0             0.0
gnus-summary-article-unread-p                 0           0             0.0
gnus-group-make-empty-virtual                 0           0             0.0
gnus-topic-unread                             0           0             0.0
gnus-cache-file-name                          1           0.0002480000  0.0002480000
gnus-unread-mark-p                            0           0             0.0
gnus-uncompress-marks                         0           0             0.0
gnus-group-subscribe                          0           0             0.0
gnus-Plain-save-name                          0           0             0.0
gnus-group-find-parameter                     6           0.0243380000  0.0040563333
gnus-add-marked-articles                      0           0             0.0
gnus-check-backend-function                   0           0             0.0
gnus-article-read-p                           0           0             0.0
gnus-remove-thread                            0           0             0.0
gnus-article-hidden-text-p                    0           0             0.0
gnus-group-timestamp-string                   0           0             0.0
gnus-start-draft-setup                        0           0             0.0
gnus-error                                    0           0             0.0
gnus-summary-save-in-file                     0           0             0.0
gnus-group-edit-group                         0           0             0.0
gnus-summary-process-mark-set                 0           0             0.0
gnus-group-process-prefix                     0           0             0.0
gnus-read-init-file                           0           0             0.0
gnus-score-set-default                        0           0             0.0
gnus-update-marks                             1           0.0004740000  0.0004740000
gnus-summary-limit-to-articles                0           0             0.0
gnus-list-active-group                        0           0             0.0
gnus-article-hide-text                        0           0             0.0
gnus-summary-next-group                       0           0             0.0
gnus-summary-set-bookmark                     0           0             0.0
gnus-summary-thread-menu                      0           0             0.0
gnus-summary-save-article-mail                0           0             0.0
gnus-group-make-web-group                     0           0             0.0
gnus-request-article                          0           0             0.0
gnus-score-file-rank                          0           0             0.0
gnus-group-set-params-info                    0           0             0.0
gnus-summary-limit-to-author                  0           0             0.0
gnus-remove-text-with-property                0           0             0.0
gnus-make-thread-indent-array                 1           3.999...e-05  3.999...e-05
gnus-symbolic-argument                        0           0             0.0
gnus-mode-line-buffer-identification          4           0.0001090000  2.725...e-05
gnus-summary-edit-article-done                0           0             0.0
gnus-group-make-kiboze-group                  0           0             0.0
gnus-topic-visible-p                          9           0.0011559999  0.0001284444
gnus-archive-server-wanted-p                  0           0             0.0
gnus-summary-catchup-all                      0           0             0.0
gnus-build-old-threads                        0           0             0.0
gnus-asynchronous-p                           1           0.0001809999  0.0001809999
gnus-article-add-buttons                      0           0             0.0
gnus-summary-edit-article                     0           0             0.0
gnus-score-remove-from-cache                  0           0             0.0
gnus-group-make-help-group                    0           0             0.0
gnus-x-splash                                 0           0             0.0
gnus-info-clear-data                          0           0             0.0
gnus-article-treat-html                       0           0             0.0
gnus-restore-hidden-threads-configuration     0           0             0.0
gnus-summary-save-article-file                0           0             0.0
gnus-button-entry                             0           0             0.0
gnus-plain-save-name                          0           0             0.0
gnus-score-load-files                         1           0.0029919999  0.0029919999
gnus-get-new-thread-ids                       0           0             0.0
gnus-root-id                                  0           0             0.0
gnus-read-active-file                         0           0             0.0
gnus-score-update-lines                       0           0             0.0
gnus-article-read-summary-keys                0           0             0.0
gnus-request-accept-article                   0           0             0.0
gnus-cache-articles-in-group                  1           0.0025569999  0.0025569999
gnus-summary-verbose-headers                  0           0             0.0
gnus-summary-save-newsrc                      0           0             0.0
gnus-summary-work-articles                    0           0             0.0
gnus-group-get-new-news                       0           0             0.0
gnus-group-line-format-spec                   0           0             0.0
gnus-group-kill-level                         0           0             0.0
gnus-summary-show-article                     0           0             0.0
gnus-article-next-button                      0           0             0.0
gnus-button-reply                             0           0             0.0
gnus-score-close                              0           0             0.0
gnus-hierarchial-home-score-file              0           0             0.0
gnus-dribble-eval-file                        0           0             0.0
gnus-find-new-newsgroups                      0           0             0.0
gnus-group-parameter-value                    12          0.0005019999  4.183...e-05
gnus-dead-summary-mode                        0           0             0.0
gnus-group-startup-message                    0           0             0.0
gnus-make-directory                           0           0             0.0
gnus-group-quit                               0           0             0.0
gnus-article-push-button                      0           0             0.0
gnus-article-press-button                     0           0             0.0
gnus-make-newsrc-file                         0           0             0.0
gnus-group-get-description                    0           0             0.0
gnus-group-list-zombies                       0           0             0.0
gnus-group-prev-group                         0           0             0.0
gnus-group-unmark-all-groups                  0           0             0.0
gnus-article-edit-article                     0           0             0.0
gnus-score-adaptive                           0           0             0.0
gnus-article-word-wrap                        0           0             0.0
gnus-summary-article-children                 0           0             0.0
gnus-group-reading-menu                       0           0             0.0
gnus-url-unhex                                0           0             0.0
gnus-update-active-hashtb-from-killed         0           0             0.0
gnus-article-maybe-highlight                  0           0             0.0
gnus-group-select-group                       1           6.8618459999  6.8618459999
gnus-subscribe-newsgroup                      0           0             0.0
gnus-group-catchup-current                    0           0             0.0
gnus-summary-kill-same-subject-and-select     0           0             0.0
gnus-summary-first-article                    0           0             0.0
gnus-cache-change-buffer                      0           0             0.0
gnus-request-associate-buffer                 0           0             0.0
gnus-overlay-put                              0           0             0.0
gnus-make-hashtable-from-killed               0           0             0.0
gnus-decay-score                              0           0             0.0
gnus-kill-gnus-frames                         0           0             0.0
gnus-read-newsrc-el-file                      0           0             0.0
gnus-set-global-variables                     4           0.0012249999  0.0003062499
gnus-summary-clear-above                      0           0             0.0
gnus-encode-coding-string                     0           0             0.0
gnus-score-add-followups                      0           0             0.0
gnus-article-prev-page                        0           0             0.0
gnus-summary-save-body-in-file                0           0             0.0
gnus-summary-clear-local-variables            2           0.0004259999  0.0002129999
gnus-cache-close                              0           0             0.0
gnus-group-unmark-group                       0           0             0.0
gnus-topic-enter-dribble                      0           0             0.0
gnus-summary-save-process-mark                0           0             0.0
gnus-killed-articles                          1           0.0026880000  0.0026880000
gnus-build-get-header                         0           0             0.0
gnus-invisible-cut-children                   0           0             0.0
gnus-group-real-prefix                        1           0.0001630000  0.0001630000
gnus-group-name-to-method                     0           0             0.0
gnus-summary-next-article                     0           0             0.0
gnus-summary-insert-dummy-line                0           0             0.0
gnus-execute-command                          0           0             0.0
gnus-article-archive-name                     0           0             0.0
gnus-summary-line-format-spec                 0           0             0.0
gnus-server-status                            0           0             0.0
gnus-subscribe-killed                         0           0             0.0
gnus-article-edit-done                        0           0             0.0
gnus-group-expire-articles                    0           0             0.0
gnus-undo                                     0           0             0.0
gnus-article-edit-mode                        0           0             0.0
gnus-article-check-hidden-text                0           0             0.0
gnus-article-header-rank                      0           0             0.0
gnus-start-news-server                        0           0             0.0
gnus-read-all-descriptions-files              0           0             0.0
gnus-make-articles-unread                     0           0             0.0
gnus-undo-make-menu-bar                       0           0             0.0
gnus-group-remove-excess-properties           2           6.299...e-05  3.149...e-05
gnus-delete-windows-in-gnusey-frames          0           0             0.0
gnus-generate-new-group-name                  0           0             0.0
gnus-cache-possibly-enter-article             0           0             0.0
gnus-info-set-entry                           0           0             0.0
gnus-recenter                                 0           0             0.0
gnus-boundp                                   0           0             0.0
gnus-group-suspend                            0           0             0.0
gnus-group-position-point                     2           0.0005559999  0.0002779999
gnus-set-default-directory                    1           3.599...e-05  3.599...e-05
gnus-group-iterate                            0           0             0.0
gnus-summary-hide-thread                      70          0.0639210000  0.0009131571
gnus-cache-braid-nov                          0           0             0.0
gnus-article-goto-prev-page                   0           0             0.0
gnus-topic-make-menu-bar                      0           0             0.0
gnus-strip-whitespace                         0           0             0.0
gnus-topic-change-level                       0           0             0.0
gnus-mark-xrefs-as-read                       1           0.0335510000  0.0335510000
gnus-article-get-xrefs                        0           0             0.0
gnus-score-integer                            0           0             0.0
gnus-split-references                         0           0             0.0
gnus-article-date-local                       0           0             0.0
gnus-parse-complex-format                     0           0             0.0
gnus-group-timestamp                          0           0             0.0
gnus-scum-expunge-subject                     0           0             0.0
gnus-group-sort-groups-by-alphabet            0           0             0.0
gnus-list-of-unread-articles                  1           7.900...e-05  7.900...e-05
gnus-update-read-articles                     2           0.0010360000  0.0005180000
gnus-topic-check-topology                     0           0             0.0
gnus-topic-update-topic-line                  9           0.0635149999  0.0070572222
gnus-summary-tick-above                       0           0             0.0
gnus-summary-mark-region-as-read              0           0             0.0
gnus-group-list-all-matching                  0           0             0.0
gnus-decay-scores                             0           0             0.0
gnus-add-text-properties                      11          0.0008020000  7.290...e-05
gnus-group-timestamp-delta                    2           0.0007379999  0.0003689999
gnus-article-hide-headers                     0           0             0.0
gnus-group-make-archive-group                 0           0             0.0
gnus-mouse-pick-article                       0           0             0.0
gnus-close-group                              1           0.0004410000  0.0004410000
gnus-remove-header                            0           0             0.0
gnus-summary-mark-as-dormant                  0           0             0.0
gnus-summary-make-local-variables             1           0.0012260000  0.0012260000
gnus-summary-mark-as-unread-forward           0           0             0.0
gnus-dribble-touch                            0           0             0.0
gnus-goto-colon                               5           0.0010389999  0.0002077999
gnus-summary-mark-article-as-replied          0           0             0.0
gnus-range-length                             4           0.0005069999  0.0001267499
gnus-summary-read-document                    0           0             0.0
gnus-request-body                             0           0             0.0
gnus-group-add-parameter                      0           0             0.0
gnus-request-list-newsgroups                  0           0             0.0
gnus-group-enter-directory                    0           0             0.0
gnus-summary-prepare-threads                  1           3.1748179999  3.1748179999
gnus-data-remove                              0           0             0.0
gnus-article-show-summary                     0           0             0.0
gnus-score-find-favourite-words               0           0             0.0
gnus-summary-limit-to-unread                  0           0             0.0
gnus-topic-sort-groups-by-unread              0           0             0.0
gnus-write-buffer                             0           0             0.0
gnus-summary-dummy-line-format-spec           0           0             0.0
gnus-score-set-mark-below                     0           0             0.0
gnus-group-update-group-line                  0           0             0.0
gnus-summary-save-in-rmail                    0           0             0.0
gnus-async-unread-p                           0           0             0.0
gnus-article-parent-p                         0           0             0.0
gnus-topic-sort-groups-by-method              0           0             0.0
gnus-simplify-subject                         0           0             0.0
gnus-topic-set-parameters                     0           0             0.0
gnus-article-de-quoted-unreadable             0           0             0.0
gnus-article-emphasize                        0           0             0.0
gnus-dribble-enter                            2           0.0002520000  0.0001260000
gnus-summary-lower-same-subject               0           0             0.0
gnus-set-text-properties                      0           0             0.0
gnus-header-from                              0           0             0.0
gnus-request-expire-articles                  0           0             0.0
gnus-check-group                              0           0             0.0
gnus-topic-previous-topic                     0           0             0.0
gnus-cache-open                               0           0             0.0
gnus-group-unsubscribe                        0           0             0.0
gnus-summary-hide-all-threads                 1           0.0932800000  0.0932800000
gnus-summary-find-prev                        0           0             0.0
gnus-summary-exit-no-update                   0           0             0.0
gnus-summary-copy-article                     0           0             0.0
gnus-article-sort-by-score                    0           0             0.0
gnus-summary-expand-window                    0           0             0.0
gnus-summary-article-menu                     0           0             0.0
gnus-rebuild-thread                           0           0             0.0
gnus-summary-refer-references                 0           0             0.0
gnus-configure-windows                        2           0.0033480000  0.0016740000
gnus-declare-backend                          0           0             0.0
gnus-summary-edit-local-kill                  0           0             0.0
gnus-score-get                                0           0             0.0
gnus-summary-next-thread                      140         0.0584579999  0.0004175571
gnus-group-secondary-p                        0           0             0.0
gnus-summary-next-same-subject                0           0             0.0
gnus-time-minus                               2           0.0001059999  5.299...e-05
gnus-cache-move-cache                         0           0             0.0
gnus-summary-caesar-message                   0           0             0.0
gnus-summary-delete-marked-with               0           0             0.0
gnus-score-score-files-1                      0           0             0.0
gnus-group-catchup                            0           0             0.0
gnus-article-unhide-text                      0           0             0.0
gnus-shutdown                                 0           0             0.0
gnus-article-hide-text-type                   0           0             0.0
gnus-summary-exit                             1           0.0809159999  0.0809159999
gnus-group-description-apropos                0           0             0.0
gnus-summary-sort-by-author                   0           0             0.0
gnus-group-active-topic-p                     0           0             0.0
gnus-group-browse-foreign-server              0           0             0.0
gnus-article-sort-by-subject                  0           0             0.0
gnus                                          0           0             0.0
gnus-add-shutdown                             0           0             0.0
gnus-summary-goto-subject                     70          0.0075739999  0.0001081999
gnus-summary-toggle-header                    0           0             0.0
gnus-put-text-property                        876         0.0618520000  7.060...e-05
gnus-delete-overlay                           0           0             0.0
gnus-id-to-thread                             0           0             0.0
gnus-summary-mark-as-unread-backward          0           0             0.0
gnus-dribble-read-file                        0           0             0.0
gnus-bbdb-split-method                        0           0             0.0
gnus-article-article-menu                     0           0             0.0
gnus-summary-delete-article                   0           0             0.0
gnus-group-insert-group-line-info             2           0.0066169999  0.0033084999
gnus-thread-sort-by-subject                   0           0             0.0
gnus-byte-code                                0           0             0.0
gnus-summary-bubble-group                     0           0             0.0
gnus-summary-update-article                   0           0             0.0
gnus-async-halt-prefetch                      0           0             0.0
gnus-summary-article-pseudo-p                 0           0             0.0
gnus-group-set-mode-line                      3           0.0007599999  0.0002533333
gnus-set-format                               0           0             0.0
gnus-score-find-hierarchical                  0           0             0.0
gnus-topic-init-alist                         0           0             0.0
gnus-group-list-groups                        0           0             0.0
gnus-ask-server-for-new-groups                0           0             0.0
gnus-score-followup-thread                    0           0             0.0
gnus-id-to-article                            0           0             0.0
gnus-subscribe-alphabetically                 0           0             0.0
gnus-group-kill-region                        0           0             0.0
gnus-article-sort-by-lines                    0           0             0.0
gnus-url-unhex-string                         0           0             0.0
gnus-newsrc-parse-options                     0           0             0.0
gnus-retrieve-articles                        0           0             0.0
gnus-summary-misc-menu                        0           0             0.0
gnus-compress-sequence                        1           9.399...e-05  9.399...e-05
gnus-group-native-p                           1           0.0001039999  0.0001039999
gnus-check-duplicate-killed-groups            0           0             0.0
gnus-all-windows-visible-p                    2           0.0003109999  0.0001554999
gnus-get-unread-articles-in-group             2           0.0001689999  8.449...e-05
gnus-gather-threads-by-references             0           0             0.0
gnus-summary-prev-unread-article              0           0             0.0
gnus-define-keys-1                            0           0             0.0
gnus-summary-limit-to-age                     0           0             0.0
gnus-subscribe-randomly                       0           0             0.0
gnus-simplify-subject-fully                   0           0             0.0
gnus-getenv-nntpserver                        0           0             0.0
gnus-group-parent-topic                       0           0             0.0
gnus-bbdb-score-invalidate-alist              0           0             0.0
gnus-article-displayed-root-p                 0           0             0.0
gnus-deactivate-mark                          0           0             0.0
gnus-article-strip-leading-space              0           0             0.0
gnus-kill-ephemeral-group                     0           0             0.0
gnus-mail-strip-quoted-names                  0           0             0.0
gnus-cache-possibly-remove-article            0           0             0.0
gnus-simplify-buffer-fuzzy                    0           0             0.0
gnus-splash                                   0           0             0.0
gnus-news-group-p                             0           0             0.0
gnus-close-backends                           0           0             0.0
gnus-current-score-file-nondirectory          0           0             0.0
gnus-version                                  0           0             0.0
gnus-summary-number-of-articles-in-thread     0           0             0.0
gnus-summary-remove-bookmark                  0           0             0.0
gnus-article-date-user                        0           0             0.0
gnus-group-update-group                       2           0.0327059999  0.0163529999
gnus-map-function                             0           0             0.0
gnus-summary-kill-menu                        0           0             0.0
gnus-group-mark-group                         0           0             0.0
gnus-summary-end-of-article                   0           0             0.0
gnus-cache-retrieve-headers                   1           0.0829279999  0.0829279999
gnus-summary-set-process-mark                 0           0             0.0
gnus-summary-quit                             0           0             0.0
gnus-topic-kill-group                         0           0             0.0
gnus-retrieve-groups                          0           0             0.0
gnus-secondary-method-p                       0           0             0.0
gnus-summary-mark-as-read-backward            0           0             0.0
gnus-group-kill-all-zombies                   0           0             0.0
gnus-narrow-to-page                           0           0             0.0
gnus-summary-mark-above                       0           0             0.0
gnus-summary-find-subject                     0           0             0.0
gnus-read-mark-p                              0           0             0.0
gnus-group-universal-argument                 0           0             0.0
gnus-topic-read-group                         0           0             0.0
gnus-summary-best-group                       0           0             0.0
gnus-decode-rfc1522                           1           0.0044840000  0.0044840000
gnus-async-prefetch-remove-group              1           0.0004760000  0.0004760000
gnus-group-get-new-news-this-group            0           0             0.0
gnus-summary-rescore                          0           0             0.0
gnus-extract-address-components               0           0             0.0
gnus-summary-expire-articles                  1           0.0085480000  0.0085480000
gnus-article-refer-article                    0           0             0.0
gnus-summary-read-group-1                     1           6.8609089999  6.8609089999
gnus-remove-denial                            0           0             0.0
gnus-make-hashtable                           3           0.0004549999  0.0001516666
gnus-topic-close                              0           0             0.0
gnus-newsgroup-kill-file                      3           0.0009310000  0.0003103333
gnus-button-mailto                            0           0             0.0
gnus-article-sort-by-number                   0           0             0.0
gnus-topic-show-topic                         0           0             0.0
gnus-cache-request-article                    0           0             0.0
gnus-topic-sort-topic                         0           0             0.0
gnus-score-update-all-lines                   0           0             0.0
gnus-summary-insert-cached-articles           0           0             0.0
gnus-newsgroup-directory-form                 0           0             0.0
gnus-topic-unindent                           0           0             0.0
gnus-summary-write-to-file                    0           0             0.0
gnus-insert-prev-page-button                  0           0             0.0
gnus-cache-possibly-remove-articles           1           0.0003560000  0.0003560000
gnus-summary-search-article-forward           0           0             0.0
gnus-remove-thread-1                          0           0             0.0
gnus-cache-generate-active                    0           0             0.0
gnus-topic-mode                               0           0             0.0
gnus-compile                                  0           0             0.0
gnus-parse-simple-format                      0           0             0.0
gnus-article-text-type-exists-p               0           0             0.0
gnus-async-prefetched-article-entry           0           0             0.0
gnus-server-extend-method                     2           0.0001149999  5.749...e-05
gnus-summary-select-article-buffer            0           0             0.0
gnus-article-add-buttons-to-head              0           0             0.0
gnus-summary-clear-mark-forward               0           0             0.0
gnus-cache-update-active                      0           0             0.0
gnus-summary-find-next                        0           0             0.0
gnus-undo-register                            2           0.0002740000  0.0001370000
gnus-summary-pop-limit                        0           0             0.0
gnus-string-or-1                              0           0             0.0
gnus-start-date-timer                         0           0             0.0
gnus-topic-toggle-display-empty-topics        0           0             0.0
gnus-mule-cite-add-face                       0           0             0.0
gnus-group-quit-config                        2           0.0004859999  0.0002429999
gnus-article-children                         0           0             0.0
gnus-topic-group-indentation                  2           0.0011130000  0.0005565000
gnus-summary-go-up-thread                     0           0             0.0
gnus-ignored-newsgroups-has-to-p              0           0             0.0
gnus-article-hide                             0           0             0.0
gnus-summary-catchup-and-exit                 1           0.0815949999  0.0815949999
gnus-bbdb-summary-get-author                  285         2.0279949999  0.0071157719
gnus-time-iso8601                             0           0             0.0
gnus-summary-show-all-expunged                0           0             0.0
gnus-request-post                             0           0             0.0
gnus-request-create-group                     0           0             0.0
gnus-group-make-articles-read                 0           0             0.0
gnus-summary-tick-article                     0           0             0.0
gnus-group-fetch-faq                          0           0             0.0
gnus-group-auto-expirable-p                   1           0.0042780000  0.0042780000
gnus-thread-sort-by-number                    15          0.0006759999  4.506...e-05
gnus-summary-show-thread                      0           0             0.0
gnus-suppress-keymap                          0           0             0.0
gnus-window-configuration-element             0           0             0.0
gnus-summary-search-article                   0           0             0.0
gnus-article-delete-invisible-text            0           0             0.0
gnus-newsgroup-score-alist                    0           0             0.0
gnus-buffer-live-p                            0           0             0.0
gnus-methods-using                            0           0             0.0
gnus-file-newer-than                          1           0.0008940000  0.0008940000
gnus-group-clear-data                         0           0             0.0
gnus-mark-article-as-read                     0           0             0.0
gnus-group-list-killed                        0           0             0.0
gnus-article-add-button                       0           0             0.0
gnus-hack-decode-rfc1522                      1           0.0024959999  0.0024959999
gnus-clear-system                             0           0             0.0
gnus-score-edit-done                          0           0             0.0
gnus-summary-reparent-thread                  0           0             0.0
gnus-group-get-parameter                      15          0.0015879999  0.0001058666
gnus-message                                  14          0.0105319999  0.0007522857
gnus-summary-scroll-up                        0           0             0.0
gnus-activate-group                           0           0             0.0
gnus-group-enter-server-mode                  0           0             0.0
gnus-summary-move-article                     0           0             0.0
gnus-id-to-header                             0           0             0.0
gnus-summary-last-subject                     0           0             0.0
gnus-group-read-init-file                     0           0             0.0
gnus-article-hidden-arg                       0           0             0.0
gnus-parse-format                             0           0             0.0
gnus-topic-next-topic                         0           0             0.0
gnus-set-sorted-intersection                  1           5.600...e-05  5.600...e-05
gnus-summary-sort-by-score                    0           0             0.0
gnus-thread-total-score-1                     0           0             0.0
gnus-subscribe-zombies                        0           0             0.0
gnus-request-group                            1           0.0041600000  0.0041600000
gnus-topic-remove-topic                       0           0             0.0
gnus-group-sort-selected-groups-by-unread     0           0             0.0
gnus-summary-subject-string                   0           0             0.0
gnus-group-restart                            0           0             0.0
gnus-simplify-buffer-fuzzy-step               0           0             0.0
gnus-output-to-rmail                          0           0             0.0
gnus-summary-set-score                        0           0             0.0
gnus-article-mime-decode-quoted-printable     0           0             0.0
gnus-cache-read-active                        0           0             0.0
gnus-kill-save-kill-buffer                    1           0.0006480000  0.0006480000
gnus-group-sort-selected-groups-by-method     0           0             0.0
gnus-status-message                           0           0             0.0
gnus-button-push                              0           0             0.0
gnus-time-to-day                              0           0             0.0
gnus-list-of-read-articles                    0           0             0.0
gnus-article-mode                             0           0             0.0
gnus-group-group-indentation                  4           0.0017909999  0.0004477499
gnus-uncompress-sequence                      0           0             0.0
gnus-score-file-name                          1           0.0004450000  0.0004450000
gnus-subscribe-group                          0           0             0.0
gnus-article-hide-header                      0           0             0.0
gnus-read-save-file-name                      0           0             0.0
gnus-article-make-menu-bar                    0           0             0.0
gnus-summary-tick-article-forward             0           0             0.0
gnus-summary-prev-group                       0           0             0.0
gnus-remove-from-range                        0           0             0.0
gnus-decode-coding-string                     0           0             0.0
gnus-strip-killed-list                        0           0             0.0
gnus-summary-save-article                     0           0             0.0
gnus-add-to-range                             0           0             0.0
gnus-group-quick-select-group                 0           0             0.0
gnus-article-display-x-face                   0           0             0.0
gnus-close-server                             0           0             0.0
gnus-group-first-unread-group                 0           0             0.0
gnus-article-edit-exit                        0           0             0.0
gnus-tilde-ignore-form                        0           0             0.0
gnus-numeric-save-name                        0           0             0.0
gnus-dd-mmm                                   285         0.4239840000  0.0014876631
gnus-summary-mark-article                     0           0             0.0
gnus-summary-sort-by-subject                  0           0             0.0
gnus-summary-limit-exclude-dormant            0           0             0.0
gnus-summary-prev-subject                     0           0             0.0
gnus-summary-next-unread-article              0           0             0.0
gnus-group-kill-group                         0           0             0.0
gnus-summary-walk-group-buffer                0           0             0.0
gnus-summary-sort-by-lines                    0           0             0.0
gnus-summary-save-article-rmail               0           0             0.0
gnus-summary-limit-include-cached             0           0             0.0
gnus-summary-pipe-output                      0           0             0.0
gnus-article-date-original                    0           0             0.0
gnus-summary-article-posted-p                 0           0             0.0
gnus-score-edit-current-scores                0           0             0.0
gnus-summary-insert-pseudos                   0           0             0.0
gnus-prin1-to-string                          2           0.0005259999  0.0002629999
gnus-summary-crosspost-article                0           0             0.0
gnus-date-iso8601                             0           0             0.0
gnus-group-read-group                         1           6.8617480000  6.8617480000
gnus-group-add-to-virtual                     0           0             0.0
gnus-article-search-signature                 0           0             0.0
gnus-summary-sort-by-date                     0           0             0.0
gnus-async-prefetch-headers                   0           0             0.0
gnus-update-group-mark-positions              0           0             0.0
gnus-score-default                            0           0             0.0
gnus-fetch-group                              0           0             0.0
gnus-master-read-slave-newsrc                 0           0             0.0
gnus-article-highlight-headers                0           0             0.0
gnus-open-server                              0           0             0.0
gnus-summary-update-info                      1           0.0517069999  0.0517069999
gnus-group-sort-topic                         0           0             0.0
gnus-offer-save-summaries                     0           0             0.0
gnus-cache-possibly-alter-active              0           0             0.0
gnus-summary-raise-score                      0           0             0.0
gnus-narrow-to-body                           0           0             0.0
gnus-configure-frame                          4           0.0009650000  0.0002412500
gnus-bbdb-score-as-text                       0           0             0.0
gnus-button-embedded-url                      0           0             0.0
gnus-face-face-function                       0           0             0.0
gnus-summary-describe-briefly                 0           0             0.0
gnus-summary-increase-score                   0           0             0.0
gnus-group-describe-briefly                   0           0             0.0
gnus-summary-describe-group                   0           0             0.0
gnus-alive-p                                  0           0             0.0
gnus-score-default-fold-toggle                0           0             0.0
gnus-score-followup                           0           0             0.0
gnus-summary-isearch-article                  0           0             0.0
gnus-score-transform-old-to-new               0           0             0.0
gnus-article-prepare                          0           0             0.0
gnus-score-load-score-alist                   0           0             0.0
gnus-appt-select-lowest-window                0           0             0.0
gnus-hierarchial-home-adapt-file              0           0             0.0
gnus-article-show-hidden-text                 0           0             0.0
gnus-1                                        0           0             0.0
gnus-article-sort-by-date                     0           0             0.0
gnus-day-number                               1           0.0015979999  0.0015979999
gnus-group-topic-p                            1           0.0002769999  0.0002769999
gnus-summary-insert-subject                   0           0             0.0
gnus-summary-goto-last-article                0           0             0.0
gnus-summary-catchup-all-and-exit             0           0             0.0
gnus-summary-remove-process-mark              0           0             0.0
gnus-summary-rescan-group                     0           0             0.0
gnus-groups-from-server                       0           0             0.0
gnus-topic-unmark-topic                       0           0             0.0
gnus-summary-refer-article                    0           0             0.0
gnus-topic-hide-topic                         0           0             0.0
gnus-read-event-char                          0           0             0.0
gnus-cache-update-article                     0           0             0.0
gnus-summary-top-thread                       0           0             0.0
gnus-score-orphans                            0           0             0.0
gnus-summary-mark-read-and-unread-as-read     0           0             0.0
gnus-summary-lower-thread                     0           0             0.0
gnus-sort-score-files                         1           0.0008960000  0.0008960000
gnus-interactive                              0           0             0.0
gnus-group-list-matching                      0           0             0.0
gnus-topic-yank-group                         0           0             0.0
gnus-undo-register-1                          2           8.600...e-05  4.300...e-05
gnus-group-method                             0           0             0.0
gnus-score-kill-help-buffer                   0           0             0.0
gnus-group-check-bogus-groups                 0           0             0.0
gnus-article-unhide-text-type                 0           0             0.0
gnus-summary-prepare                          1           3.7487999999  3.7487999999
gnus-topic-parameters                         18          0.0048169999  0.0002676111
gnus-cached-article-p                         0           0             0.0
gnus-server-to-method                         0           0             0.0
gnus-summary-respool-query                    0           0             0.0
gnus-data-enter-list                          0           0             0.0
gnus-summary-limit-exclude-childless-dormant  0           0             0.0
gnus-summary-header                           0           0             0.0
gnus-group-sort-selected-groups               0           0             0.0
gnus-request-regenerate                       0           0             0.0
gnus-copy-file                                0           0             0.0
gnus-mule-max-width-function                  0           0             0.0
gnus-gnus-to-quick-newsrc-format              1           0.2216919999  0.2216919999
gnus-point-at-eol                             289         0.0149289999  5.165...e-05
gnus-group-prepare-flat-list-dead             0           0             0.0
gnus-group-group-unread                       0           0             0.0
gnus-parent-id                                0           0             0.0
gnus-matches-options-n                        0           0             0.0
gnus-sorted-complement                        2           0.0015949999  0.0007974999
gnus-summary-kill-same-subject                0           0             0.0
gnus-capitalize-newsgroup                     0           0             0.0
gnus-completing-read                          0           0             0.0
gnus-check-server                             1           0.0003020000  0.0003020000
gnus-summary-tick-article-backward            0           0             0.0
gnus-eval-format                              0           0             0.0
gnus-topic-grok-active                        0           0             0.0
gnus-score-followup-article                   0           0             0.0
gnus-score-load                               0           0             0.0
gnus-topic-find-topology                      63          0.0084049999  0.0001334126
gnus-summary-mark-as-read-forward             0           0             0.0
gnus-summary-jump-to-group                    0           0             0.0
gnus-article-edit                             0           0             0.0
gnus-article-treat-dumbquotes                 0           0             0.0
gnus-group-prepare-topics                     0           0             0.0
gnus-copy-sequence                            1           4.900...e-05  4.900...e-05
gnus-request-restore-buffer                   0           0             0.0
gnus-make-async-article-function              0           0             0.0
gnus-summary-prev-same-subject                0           0             0.0
gnus-virtual-group-p                          4           0.0007000000  0.0001750000
gnus-score-find-bnews                         1           0.0109410000  0.0109410000
gnus-summary-show-all-threads                 0           0             0.0
gnus-intersection                             0           0             0.0
gnus-summary-best-unread-article              0           0             0.0
gnus-summary-setup-buffer                     1           0.2802430000  0.2802430000
gnus-score-regexp-bad-p                       0           0             0.0
gnus-make-hashtable-from-newsrc-alist         0           0             0.0
gnus-topic-sort-groups-by-rank                0           0             0.0
gnus-user-format-function-B                   285         2.0543539999  0.0072082596
gnus-thread-loop-p                            208         0.0111000000  5.336...e-05
gnus-summary-toggle-truncation                0           0             0.0
gnus-group-transpose-groups                   0           0             0.0
gnus-subscribe-interactively                  0           0             0.0
gnus-article-hide-headers-if-wanted           0           0             0.0
gnus-article-sort-by-author                   0           0             0.0
gnus-dribble-delete-file                      1           0.0036480000  0.0036480000
gnus-read-move-group-name                     0           0             0.0
gnus-summary-refer-thread                     0           0             0.0
gnus-adjust-marked-articles                   1           0.0002669999  0.0002669999
gnus-article-date-ut                          0           0             0.0
gnus-put-text-property-excluding-newlines     0           0             0.0
gnus-select-newsgroup                         1           1.1980999999  1.1980999999
gnus-group-make-menu-bar                      0           0             0.0
gnus-valid-move-group-p                       0           0             0.0
gnus-topic-clean-alist                        0           0             0.0
gnus-group-remove-parameter                   0           0             0.0
gnus-group-change-level                       0           0             0.0
gnus-kill-all-overlays                        0           0             0.0
gnus-cache-save-buffers                       1           3.399...e-05  3.399...e-05
gnus-group-new-mail                           0           0             0.0
gnus-group-group-level                        0           0             0.0
gnus-summary-make-menu-bar                    1           0.0002179999  0.0002179999
gnus-slave-save-newsrc                        0           0             0.0
gnus-update-summary-mark-positions            1           0.2763589999  0.2763589999
gnus-topic-remove-group                       0           0             0.0
gnus-read-old-newsrc-el-file                  0           0             0.0
gnus-summary-catchup-and-goto-next-group      0           0             0.0
gnus-group-jump-to-group                      1           0.0007680000  0.0007680000
gnus-article-setup-buffer                     0           0             0.0
gnus-summary-limit-mark-excluded-as-read      0           0             0.0
gnus-functionp                                0           0             0.0
gnus-group-highlight-line                     2           0.0026689999  0.0013344999
gnus-home-score-file                          2           9.599...e-05  4.799...e-05
gnus-topic-goto-topic                         14          0.0013110000  9.364...e-05
gnus-summary-mark-as-expirable                0           0             0.0
gnus-group-search-forward                     1           0.0007489999  0.0007489999
gnus-summary-kill-thread                      0           0             0.0
gnus-url-mailto                               0           0             0.0
gnus-summary-enter-digest-group               0           0             0.0
gnus-nov-parse-line                           0           0             0.0
gnus-summary-find-matching                    0           0             0.0
gnus-group-default-level                      0           0             0.0
gnus-summary-update-mark                      0           0             0.0
gnus-add-configuration                        0           0             0.0
gnus-compute-read-articles                    0           0             0.0
gnus-summary-toggle-mime                      0           0             0.0
gnus-extent-detached-p                        0           0             0.0
gnus-request-head                             0           0             0.0
gnus-group-list-level                         0           0             0.0
gnus-summary-update-secondary-mark            0           0             0.0
gnus-summary-unmark-as-processable            0           0             0.0
gnus-request-type                             0           0             0.0
gnus-simplify-subject-fuzzy                   0           0             0.0
gnus-summary-raise-thread                     0           0             0.0
gnus-activate-all-groups                      0           0             0.0
gnus-score-search-global-directories          0           0             0.0
gnus-thread-sort-by-author                    0           0             0.0
gnus-overlay-end                              0           0             0.0
gnus-batch-kill                               0           0             0.0
gnus-summary-unmark-all-processable           0           0             0.0
gnus-cache-enter-article                      0           0             0.0
gnus-summary-first-subject                    0           0             0.0
gnus-prin1                                    9           0.2206320000  0.0245146666
gnus-days-between                             0           0             0.0
gnus-make-sort-function-1                     0           0             0.0
gnus-get-function                             3           0.0002469999  8.233...e-05
gnus-summary-update-line                      0           0             0.0
gnus-ephemeral-group-p                        5           0.0011309999  0.0002261999
gnus-similar-server-opened                    0           0             0.0
gnus-summary-highlight-line                   284         0.0970239999  0.0003416338
gnus-summary-save-in-pipe                     0           0             0.0
gnus-article-button-next-page                 0           0             0.0
gnus-stop-date-timer                          0           0             0.0
gnus-simplify-mode-line                       1           8.199...e-05  8.199...e-05
gnus-topic-goto-missing-topic                 0           0             0.0
gnus-article-date-lapsed                      0           0             0.0
gnus-sublist-p                                0           0             0.0
gnus-summary-last-article-p                   0           0             0.0
gnus-article-delete-text-of-type              0           0             0.0
gnus-read-active-file-p                       0           0             0.0
gnus-bbdb-score                               0           0             0.0
gnus-article-treatment-menu                   0           0             0.0
gnus-group-rename-group                       0           0             0.0
gnus-make-sort-function                       1           3.899...e-05  3.899...e-05
gnus-mouse-face-function                      0           0             0.0
gnus-move-overlay                             0           0             0.0
gnus-data-enter                               0           0             0.0
gnus-article-summary-command                  0           0             0.0
gnus-group-yank-group                         0           0             0.0
gnus-article-highlight-some                   0           0             0.0
gnus-async-delete-prefected-entry             0           0             0.0
gnus-group-add-score                          0           0             0.0
gnus-summary-up-thread                        0           0             0.0
gnus-mouse-pick-topic                         0           0             0.0
gnus-subscribe-hierarchical-interactive       0           0             0.0
gnus-summary-next-subject                     0           0             0.0
gnus-summary-print-article                    0           0             0.0
gnus-summary-yank-process-mark                0           0             0.0
gnus-article-hide-text-of-type                0           0             0.0
gnus-make-score-map                           0           0             0.0
gnus-score-set-expunge-below                  0           0             0.0
gnus-topic-grok-active-1                      0           0             0.0
gnus-data-update-list                         0           0             0.0
gnus-general-simplify-subject                 0           0             0.0
gnus-button-next-page                         0           0             0.0
gnus-extent-start-open                        2           6.399...e-05  3.199...e-05
gnus-score-save                               1           0.0005920000  0.0005920000
gnus-group-foreign-p                          0           0             0.0
gnus-article-hide-boring-headers              0           0             0.0
gnus-summary-next-page                        0           0             0.0
gnus-point-at-bol                             52          0.0022299999  4.288...e-05
gnus-use-long-file-name                       5           0.0001990000  3.980...e-05
gnus-article-show-all-headers                 0           0             0.0
gnus-window-top-edge                          3           0.0001240000  4.133...e-05
gnus-score-string                             3           1.4545209999  0.4848403333
gnus-topic-select-group                       1           6.8623209999  6.8623209999
gnus-create-hash-size                         2           0.0001559999  7.799...e-05
gnus-topic-fold                               0           0             0.0
gnus-summary-first-article-p                  0           0             0.0
gnus-set-difference                           2           8.300...e-05  4.150...e-05
gnus-summary-mark-as-processable              0           0             0.0
gnus-summary-refer-parent-article             0           0             0.0
gnus-topic-create-topic                       0           0             0.0
gnus-undo-mode                                0           0             0.0
gnus-uncompress-range                         6           0.0014779999  0.0002463333
gnus-article-decode-rfc1522                   0           0             0.0
gnus-topic-update-topic                       1           0.0114659999  0.0114659999
gnus-topic-goto-next-group                    0           0             0.0
gnus-ems-redefine                             0           0             0.0
gnus-make-threads                             1           0.0291749999  0.0291749999
gnus-summary-down-thread                      0           0             0.0
gnus-score-headers                            1           1.4695019999  1.4695019999
gnus-indent-rigidly                           0           0             0.0
gnus-group-prefixed-name                      0           0             0.0
gnus-summary-show-all-headers                 0           0             0.0
gnus-no-server                                0           0             0.0
gnus-summary-pipe-message                     0           0             0.0
gnus-article-remove-trailing-blank-lines      0           0             0.0
gnus-groups-to-gnus-format                    0           0             0.0
gnus-gnus-to-newsrc-format                    1           0.1551890000  0.1551890000
gnus-retrieve-headers                         2           0.1633790000  0.0816895000
gnus-group-topic-parameters                   6           0.0230629999  0.0038438333
gnus-read-group                               0           0             0.0
gnus-current-topics                           6           0.0150539999  0.0025089999
gnus-group-asynchronous-p                     1           0.0003910000  0.0003910000
gnus-string>                                  0           0             0.0
gnus-score-find-trace                         0           0             0.0
gnus-group-group-name                         5           0.0007529999  0.0001505999
gnus-topic-sort-groups-by-score               0           0             0.0
gnus-score-check-syntax                       0           0             0.0
gnus-article-strip-blank-lines                0           0             0.0
gnus-summary-prepare-unthreaded               0           0             0.0
gnus-fetch-field                              0           0             0.0
gnus-servers-using-backend                    0           0             0.0
gnus-topic-menu                               0           0             0.0
gnus-cache-write-active                       0           0             0.0
gnus-group-total-expirable-p                  1           0.0041180000  0.0041180000
gnus-member-of-range                          0           0             0.0
gnus-summary-mark-as-read                     0           0             0.0
gnus-summary-go-to-next-thread                140         0.0434889999  0.0003106357
gnus-create-xref-hashtb                       1           0.0331079999  0.0331079999
gnus-request-rename-group                     0           0             0.0
gnus-group-visible-select-group               0           0             0.0
gnus-group-make-group                         0           0             0.0
gnus-mark-article-as-unread                   0           0             0.0
gnus-cache-remove-article                     0           0             0.0
gnus-url-parse-query-string                   0           0             0.0
gnus-summary-limit-exclude-marks              0           0             0.0
gnus-handle-ephemeral-exit                    0           0             0.0
gnus-sortable-date                            0           0             0.0
gnus-summary-limit-include-expunged           0           0             0.0
gnus-server-opened                            1           0.0002080000  0.0002080000
gnus-group-sort-by-score                      0           0             0.0
gnus-build-sparse-threads                     0           0             0.0
gnus-output-to-mail                           0           0             0.0
gnus-group-make-useful-group                  0           0             0.0
gnus-summary-search-forward                   0           0             0.0
gnus-topic-insert-topic-line                  9           0.0054369999  0.0006041111
gnus-summary-set-display-table                1           0.0006329999  0.0006329999
gnus-group-next-group                         0           0             0.0
gnus-article-narrow-to-signature              0           0             0.0
gnus-summary-mark-same-subject                0           0             0.0
gnus-summary-reselect-current-group           0           0             0.0
gnus-delete-first                             0           0             0.0
gnus-summary-select-article                   0           0             0.0
gnus-score-set                                0           0             0.0
gnus-subscribe-hierarchically                 0           0             0.0
gnus-summary-goto-article                     0           0             0.0
gnus-number-to-header                         0           0             0.0
gnus-summary-mark-article-as-unread           0           0             0.0
gnus-summary-wake-up-the-dead                 0           0             0.0
gnus-article-strip-leading-blank-lines        0           0             0.0
gnus-thread-sort-by-score                     0           0             0.0
gnus-summary-article-parent                   0           0             0.0
gnus-cut-threads                              1           5.600...e-05  5.600...e-05
gnus-dribble-file-name                        1           5.700...e-05  5.700...e-05
gnus-newsgroup-savable-name                   3           0.0002939999  9.799...e-05
gnus-group-mode                               0           0             0.0
gnus-group-next-unread-group-same-level       0           0             0.0
gnus-clear-inboxes-moved                      7           0.0002690000  3.842...e-05
gnus-summary-mark-article-as-read             0           0             0.0
gnus-output-to-file                           0           0             0.0
gnus-summary-limit-to-subject                 0           0             0.0
gnus-article-set-globals                      0           0             0.0
gnus-group-insert-group-line                  2           0.0047909999  0.0023954999
gnus-add-minor-mode                           0           0             0.0
gnus-continuum-version                        0           0             0.0
gnus-summary-mark-below                       0           0             0.0
gnus-parse-active                             0           0             0.0
gnus-group-set-current-level                  0           0             0.0
gnus-topic-sort-groups-by-alphabet            0           0             0.0
gnus-summary-set-current-mark                 0           0             0.0
gnus-thread-sort-by-date                      277         0.5187320000  0.0018726787
gnus-score-file-regexp                        1           5.700...e-05  5.700...e-05
gnus-request-pseudo-article                   0           0             0.0
gnus-score-date                               0           0             0.0
gnus-score-thread                             0           0             0.0
gnus-cache-enter-remove-article               0           0             0.0
gnus-dribble-save                             0           0             0.0
gnus-sort-articles                            0           0             0.0
gnus-group-level                              0           0             0.0
gnus-summary-kill-process-mark                0           0             0.0
gnus-request-move-article                     0           0             0.0
gnus-all-score-files                          1           0.0199690000  0.0199690000
gnus-scum-expunge-author                      0           0             0.0
gnus-group-prepare-flat                       0           0             0.0
gnus-summary-current-score                    0           0             0.0
gnus-get-killed-groups                        0           0             0.0
gnus-summary-limit-include-dormant            0           0             0.0
gnus-request-newgroups                        0           0             0.0
gnus-request-update-info                      0           0             0.0
gnus-setup-news                               0           0             0.0
gnus-topic-sort-groups                        0           0             0.0
gnus-topic-forward-topic                      0           0             0.0
gnus-group-save-newsrc                        1           1.3099110000  1.3099110000
gnus-topic-sort-groups-by-level               0           0             0.0
gnus-writable-groups                          0           0             0.0
gnus-group-find-new-groups                    0           0             0.0
gnus-bbdb-insinuate-summary-buffer            0           0             0.0
gnus-summary-mark-forward                     0           0             0.0
gnus-group-force-update                       0           0             0.0
gnus-topic-edit-parameters                    0           0             0.0
gnus-group-sort-selected-groups-by-alphabet   0           0             0.0
gnus-thread-sort-by-lines                     0           0             0.0
gnus-summary-next-unread-same-subject         0           0             0.0
gnus-topic-articles-in-topic                  0           0             0.0
gnus-range-add                                0           0             0.0
gnus-article-describe-briefly                 0           0             0.0
gnus-group-describe-group                     0           0             0.0
gnus-group-sort-by-level                      0           0             0.0
gnus-summary-read-group                       1           6.8610210000  6.8610210000
gnus-topic-update-topics-containing-group     2           0.0220439999  0.0110219999
gnus-summary-limit-to-marks                   0           0             0.0
gnus-simplify-whitespace                      0           0             0.0
gnus-topic-list-active                        0           0             0.0
gnus-other-frame                              0           0             0.0
gnus-group-setup-buffer                       0           0             0.0
gnus-group-set-method-info                    0           0             0.0
gnus-limit-string                             0           0             0.0
gnus-topic-insert-topic                       0           0             0.0
gnus-update-format-specifications             2           0.0006479999  0.0003239999
gnus-info-find-node                           0           0             0.0
gnus-character-to-event                       0           0             0.0
gnus-sorted-intersection                      1           4.199...e-05  4.199...e-05
gnus-deaden-summary                           0           0             0.0
gnus-group-sort-by-real-name                  0           0             0.0
gnus-server-equal                             0           0             0.0
gnus-summary-lower-score                      0           0             0.0
gnus-group-edit-group-method                  0           0             0.0
gnus-yes-or-no-p                              0           0             0.0
gnus-group-set-parameter                      0           0             0.0
gnus-summary-beginning-of-article             0           0             0.0
gnus-read-method                              0           0             0.0
gnus-summary-prev-unread-subject              0           0             0.0
gnus-summary-pop-article                      0           0             0.0
gnus-methods-equal-p                          0           0             0.0
gnus-summary-mark-unread-as-read              0           0             0.0
gnus-time-less                                277         0.0117440000  4.239...e-05
gnus-insert-next-page-button                  0           0             0.0
gnus-article-button-prev-page                 0           0             0.0
gnus-score-find-alist                         1           5.099...e-05  5.099...e-05
gnus-cut-thread                               0           0             0.0
gnus-group-misc-menu                          0           0             0.0
gnus-group-clear-data-on-native-groups        0           0             0.0
gnus-score-insert-help                        0           0             0.0
gnus-last-element                             1           0.0004370000  0.0004370000
gnus-request-replace-article                  0           0             0.0
gnus-summary-edit-article-postpone            0           0             0.0
gnus-slave                                    0           0             0.0
gnus-article-hide-pgp                         0           0             0.0
gnus-group-sort-groups-by-rank                0           0             0.0
gnus-group-sort-groups                        0           0             0.0
gnus-add-current-to-buffer-list               2           9.700...e-05  4.850...e-05
gnus-group-best-unread-group                  0           0             0.0
gnus-convert-old-ticks                        0           0             0.0
gnus-summary-prev-page-or-article             0           0             0.0
gnus-tilde-max-form                           0           0             0.0
gnus-summary-catchup-to-here                  0           0             0.0
gnus-possibly-score-headers                   1           1.4896339999  1.4896339999
gnus-cache-possibly-remove-articles-1         1           3.499...e-05  3.499...e-05
gnus-summary-write-article-file               0           0             0.0
gnus-sort-gathered-threads                    1           0.0016790000  0.0016790000
gnus-update-format                            0           0             0.0
gnus-topic-copy-matching                      0           0             0.0
gnus-disable-undo                             0           0             0.0
gnus-article-prev-button                      0           0             0.0
gnus-topic-goto-missing-group                 0           0             0.0
gnus-article-hide-pem                         0           0             0.0
gnus-button-prev-page                         0           0             0.0
gnus-turn-off-edit-menu                       1           0.0001239999  0.0001239999
gnus-summary-respool-article                  0           0             0.0
gnus-summary-sort                             0           0             0.0
gnus-summary-prev-page                        0           0             0.0
gnus-summary-fetch-faq                        0           0             0.0
gnus-update-missing-marks                     1           0.0007379999  0.0007379999
gnus-group-list-active                        0           0             0.0
gnus-articles-in-thread                       0           0             0.0
gnus-summary-prev-unread-same-subject         0           0             0.0
gnus-summary-save-article-body-file           0           0             0.0
gnus-group-delete-group                       0           0             0.0
gnus-group-sort-by-alphabet                   0           0             0.0
gnus-mouse-pick-group                         0           0             0.0
gnus-summary-position-point                   3           0.0008840000  0.0002946666
gnus-group-describe-all-groups                0           0             0.0
gnus-topic-list                               0           0             0.0
gnus-read-newsrc-file                         0           0             0.0
gnus-kill-newsgroup                           0           0             0.0
gnus-group-set-info                           0           0             0.0
gnus-unload                                   0           0             0.0
gnus-group-sort-selected-groups-by-score      0           0             0.0
gnus-no-server-1                              0           0             0.0
gnus-read-descriptions-file                   0           0             0.0
gnus-group-group-menu                         0           0             0.0
gnus-split-string                             0           0             0.0
gnus-topic-parent-topic                       207         0.0471469999  0.0002277632
gnus-save-newsrc-file                         1           1.3097469999  1.3097469999
gnus-short-group-name                         0           0             0.0
gnus-cache-member-of-class                    0           0             0.0
gnus-summary-rethread-current                 0           0             0.0
gnus-summary-stop-page-breaking               0           0             0.0
gnus-newsrc-to-gnus-format                    0           0             0.0
gnus-group-remove-mark                        0           0             0.0
gnus-y-or-n-p                                 0           0             0.0
gnus-async-request-fetched-article            0           0             0.0
gnus-summary-limit-include-thread             0           0             0.0
gnus-group-sort-groups-by-unread              0           0             0.0
gnus-undo-boundary                            4           0.0001860000  4.650...e-05
gnus-undo-force-boundary                      1           3.700...e-05  3.700...e-05
gnus-thread-sort-by-total-score               0           0             0.0
gnus-group-unsubscribe-current-group          0           0             0.0
gnus-group-sort-groups-by-method              0           0             0.0
gnus-summary-toggle-threads                   0           0             0.0
gnus-article-save                             0           0             0.0
gnus-group-mark-region                        0           0             0.0
gnus-summary-kill-below                       0           0             0.0
gnus-read-header                              0           0             0.0
gnus-group-sort-selected-flat                 0           0             0.0
gnus-score-score-files                        1           0.0062519999  0.0062519999
gnus-summary-score-crossposting               0           0             0.0
gnus-find-method-for-group                    10          0.0008080000  8.080...e-05
gnus-summary-articles-in-thread               0           0             0.0
gnus-article-strip-multiple-blank-lines       0           0             0.0
gnus-article-wash-status                      0           0             0.0
gnus-cache-braid-heads                        0           0             0.0
gnus-articles-to-read                         1           0.9450139999  0.9450139999
gnus-summary-execute-command                  0           0             0.0
gnus-group-make-directory-group               0           0             0.0
gnus-set-work-buffer                          1           0.0002389999  0.0002389999
gnus-enter-score-words-into-hashtb            0           0             0.0
gnus-article-highlight                        0           0             0.0
gnus-apply-kill-file                          1           0.0047980000  0.0047980000
gnus-async-prefetch-next                      0           0             0.0
gnus-async-prefetch-article                   0           0             0.0
gnus-request-update-mark                      0           0             0.0
gnus-async-close                              0           0             0.0
gnus-group-select-group-ephemerally           0           0             0.0
gnus-summary-raise-same-subject               0           0             0.0
gnus-score-string<                            5748        0.5057599999  8.798...e-05
gnus-make-overlay                             0           0             0.0
gnus-summary-raise-same-subject-and-select    0           0             0.0
gnus-group-topic-level                        11          0.0014649999  0.0001331818
gnus-request-delete-group                     0           0             0.0
gnus-summary-clear-mark-backward              0           0             0.0
gnus-summary-score-entry                      0           0             0.0
gnus-group-clear-dribble                      0           0             0.0
gnus-button-url                               0           0             0.0
gnus-article-treat-overstrike                 0           0             0.0
gnus-group-sort-groups-by-score               0           0             0.0
gnus-request-article-this-buffer              0           0             0.0
gnus-summary-post-menu                        0           0             0.0
gnus-score-body                               0           0             0.0
gnus-check-bogus-newsgroups                   0           0             0.0
gnus-horizontal-recenter                      0           0             0.0
gnus-group-sort-selected-groups-by-rank       0           0             0.0
gnus-summary-limit-children                   284         0.0771880000  0.0002717887
gnus-async-retrieve-fetched-headers           0           0             0.0
gnus-group-sort-selected-groups-by-level      0           0             0.0
gnus-topic-find-groups                        9           0.0057899999  0.0006433333
gnus-summary-prev-article                     0           0             0.0
gnus-pseudos<                                 0           0             0.0
gnus-group-expire-all-groups                  0           0             0.0
gnus-group-goto-group                         7           0.0004899999  6.999...e-05
gnus-get-split-value                          0           0             0.0
gnus-group-topic                              0           0             0.0
gnus-summary-first-unread-article             0           0             0.0
gnus-group-sort-by-unread                     0           0             0.0
gnus-group-sort-flat                          0           0             0.0
gnus-topic-copy-group                         0           0             0.0
gnus-method-option-p                          0           0             0.0
gnus-group-prev-unread-group                  0           0             0.0
gnus-summary-initial-limit                    1           0.0367100000  0.0367100000
gnus-simplify-subject-re                      0           0             0.0
gnus-score-change-score-file                  0           0             0.0
gnus-topic-indent                             0           0             0.0
gnus-summary-universal-argument               0           0             0.0
gnus-button-message-id                        0           0             0.0
gnus-group-sort-by-method                     0           0             0.0
gnus-Numeric-save-name                        0           0             0.0
gnus-summary-search-article-backward          0           0             0.0
gnus-complex-form-to-spec                     0           0             0.0
gnus-summary-update-article-line              0           0             0.0
gnus-member-of-valid                          0           0             0.0
gnus-subject-equal                            0           0             0.0
gnus-summary-simplify-subject-query           0           0             0.0
gnus-summary-limit-to-score                   0           0             0.0
gnus-parent-headers                           0           0             0.0
gnus-article-nndoc-name                       0           0             0.0
gnus-async-release-semaphore                  0           0             0.0
gnus-active-to-gnus-format                    0           0             0.0
gnus-topic-rename                             0           0             0.0
gnus-article-next-page                        0           0             0.0
gnus-convert-old-newsrc                       0           0             0.0
gnus-bbdb-split-to-group                      0           0             0.0
gnus-summary-set-local-parameters             1           0.0040330000  0.0040330000
gnus-summary-limit                            0           0             0.0
gnus-remove-some-windows                      2           0.0015480000  0.0007740000
gnus-button-in-region-p                       0           0             0.0
gnus-windows-old-to-new                       2           8.499...e-05  4.249...e-05
gnus-summary-mark-as-unread                   0           0             0.0
gnus-summary-mode                             1           0.2799430000  0.2799430000
gnus-request-group-description                0           0             0.0
gnus-server-get-method                        0           0             0.0
gnus-group-sort-by-rank                       0           0             0.0
gnus-group-edit-local-kill                    0           0             0.0
gnus-characterp                               0           0             0.0
gnus-window-edges                             0           0             0.0
gnus-request-scan                             0           0             0.0
gnus-group-edit-group-parameters              0           0             0.0
gnus-cache-generate-nov-databases             0           0             0.0
gnus-sort-threads                             1           0.5352940000  0.5352940000
gnus-group-catchup-current-all                0           0             0.0
gnus-get-unread-articles                      0           0             0.0
gnus-summary-next-unread-subject              0           0             0.0
gnus-check-first-time-used                    0           0             0.0
gnus-region-active-p                          0           0             0.0
gnus-dribble-clear                            0           0             0.0
gnus-expunge-thread                           0           0             0.0
gnus-summary-go-down-thread                   0           0             0.0
gnus-group-make-doc-group                     0           0             0.0
gnus-visual-p                                 3           0.0001300000  4.333...e-05
gnus-hidden-threads-configuration             0           0             0.0
gnus-summary-recenter                         0           0             0.0
gnus-summary-score-effect                     0           0             0.0
gnus-async-get-semaphore                      0           0             0.0
gnus-slave-no-server                          0           0             0.0
gnus-summary-edit-global-kill                 0           0             0.0
gnus-async-set-buffer                         0           0             0.0
gnus-group-edit-global-kill                   0           0             0.0
gnus-score-edit-file                          0           0             0.0
gnus-jog-cache                                0           0             0.0
gnus-current-topic                            9           0.0008610000  9.566...e-05
gnus-set-mode-line                            1           0.0005080000  0.0005080000
gnus-group-apropos                            0           0             0.0
gnus-thread-total-score                       0           0             0.0
gnus-group-sort-groups-by-level               0           0             0.0
gnus-request-list                             0           0             0.0
gnus-summary-edit-wash                        0           0             0.0
gnus-summary-prev-thread                      0           0             0.0
gnus-build-all-threads                        0           0             0.0
gnus-summary-delete-marked-as-read            0           0             0.0
gnus-topic-mark-topic                         0           0             0.0
gnus-group-read-only-p                        0           0             0.0
gnus-article-goto-next-page                   0           0             0.0
gnus-encode-date                              0           0             0.0
gnus-article-edit-full-stops                  0           0             0.0
gnus-group-set-mark                           0           0             0.0
gnus-summary-set-saved-mark                   0           0             0.0
gnus-mode-string-quote                        0           0             0.0
gnus-group-read-ephemeral-group               0           0             0.0
gnus-score-find-single                        0           0             0.0
gnus-group-set-timestamp                      0           0             0.0
gnus-summary-import-article                   0           0             0.0
gnus-summary-display-article                  0           0             0.0
gnus-tilde-cut-form                           0           0             0.0
gnus-summary-catchup                          1           0.0004870000  0.0004870000
gnus-get-newsgroup-headers                    0           0             0.0
gnus-article-highlight-signature              0           0             0.0
gnus-summary-expire-articles-now              0           0             0.0
gnus-topic-move-matching                      0           0             0.0
gnus-key-press-event-p                        0           0             0.0
gnus-kill-or-deaden-summary                   0           0             0.0
gnus-group-topic-name                         2           0.0003289999  0.0001644999
gnus-article-set-window-start                 0           0             0.0
gnus-group-mark-regexp                        0           0             0.0
gnus-button-fetch-group                       0           0             0.0
gnus-goto-char                                0           0             0.0
gnus-score-flush-cache                        0           0             0.0
gnus-group-list-all-groups                    0           0             0.0
gnus-summary-sort-by-number                   0           0             0.0
gnus-group-mark-buffer                        0           0             0.0
gnus-summary-insert-line                      1           0.0041229999  0.0041229999
gnus-server-add-address                       4           0.0002940000  7.350...e-05
gnus-get-newsgroup-headers-xover              1           0.1331800000  0.1331800000
gnus-delete-file                              0           0             0.0
gnus-topic-get-new-news-this-topic            0           0             0.0
gnus-gather-threads-by-subject                1           0.0071940000  0.0071940000
gnus-article-summary-command-nosave           0           0             0.0
gnus-data-compute-positions                   0           0             0.0
gnus-group-prev-unread-group-same-level       0           0             0.0
gnus-summary-search-group                     0           0             0.0
gnus-group-topic-unread                       21          0.0027849999  0.0001326190
gnus-signature-toggle                         0           0             0.0
gnus-topic-prepare-topic                      0           0             0.0
nnmail-get-new-mail                           0           0             0.0
nnmail-expand-newtext                         0           0             0.0
nnmail-date-to-time                           76          0.1715400000  0.0022571052
nnmail-check-duplication                      0           0             0.0
nnmail-save-active                            0           0             0.0
nnmail-find-file                              0           0             0.0
nnmail-make-complex-temp-name                 0           0             0.0
nnmail-split-it                               0           0             0.0
nnmail-remove-list-identifiers                0           0             0.0
nnmail-new-mail-p                             0           0             0.0
nnmail-replace-status                         0           0             0.0
nnmail-cache-insert                           0           0             0.0
nnmail-process-mmdf-mail-format               0           0             0.0
nnmail-article-group                          0           0             0.0
nnmail-insert-lines                           0           0             0.0
nnmail-activate                               0           0             0.0
nnmail-remove-tabs                            0           0             0.0
nnmail-message-id                             15          0.0053469999  0.0003564666
nnmail-encode-status                          0           0             0.0
nnmail-decode-status                          0           0             0.0
nnmail-request-post                           0           0             0.0
nnmail-group-pathname                         2           0.0032309999  0.0016154999
nnmail-cache-close                            0           0             0.0
nnmail-insert-xref                            0           0             0.0
nnmail-split-fancy                            0           0             0.0
nnmail-time-less                              0           0             0.0
nnmail-split-history                          0           0             0.0
nnmail-generate-active                        0           0             0.0
nnmail-get-split-group                        0           0             0.0
nnmail-process-unix-mail-format               0           0             0.0
nnmail-split-incoming                         0           0             0.0
nnmail-time-since                             0           0             0.0
nnmail-fetch-field                            0           0             0.0
nnmail-search-unix-mail-delim                 0           0             0.0
nnmail-read-passwd                            0           0             0.0
nnmail-get-spool-files                        0           0             0.0
nnmail-get-value                              0           0             0.0
nnmail-write-region                           0           0             0.0
nnmail-move-inbox                             0           0             0.0
nnmail-remove-leading-whitespace              0           0             0.0
nnmail-cache-open                             0           0             0.0
nnmail-cache-id-exists-p                      0           0             0.0
nnmail-days-to-time                           0           0             0.0
nnmail-check-syntax                           0           0             0.0
nnmail-expired-article-p                      0           0             0.0
nnmail-get-active                             0           0             0.0
nnmail-pop3-movemail                          0           0             0.0
nnmail-search-unix-mail-delim-backward        0           0             0.0
nnmail-process-babyl-mail-format              0           0             0.0
nnml-request-group                            1           0.0038049999  0.0038049999
nnml-generate-nov-databases-1                 0           0             0.0
nnml-request-expire-articles                  0           0             0.0
nnml-article-to-file                          0           0             0.0
nnml-request-article                          0           0             0.0
nnml-active-number                            0           0             0.0
nnml-request-accept-article                   0           0             0.0
nnml-close-group                              1           3.999...e-05  3.999...e-05
nnml-open-nov                                 0           0             0.0
nnml-request-rename-group                     0           0             0.0
nnml-save-mail                                0           0             0.0
nnml-request-scan                             0           0             0.0
nnml-update-file-alist                        0           0             0.0
nnml-request-list-newsgroups                  0           0             0.0
nnml-request-move-article                     0           0             0.0
nnml-request-list                             0           0             0.0
nnml-nov-delete-article                       0           0             0.0
nnml-server-opened                            3           0.0002199999  7.333...e-05
nnml-request-regenerate                       0           0             0.0
nnml-status-message                           0           0             0.0
nnml-request-delete-group                     0           0             0.0
nnml-possibly-create-directory                0           0             0.0
nnml-retrieve-headers-with-nov                1           0.0786509999  0.0786509999
nnml-open-server                              0           0             0.0
nnml-generate-nov-databases                   0           0             0.0
nnml-deletable-article-p                      0           0             0.0
nnml-generate-active-info                     0           0             0.0
nnml-save-nov                                 0           0             0.0
nnml-retrieve-headers                         1           0.0797740000  0.0797740000
nnml-request-replace-article                  0           0             0.0
nnml-request-newgroups                        0           0             0.0
nnml-generate-nov-file                        0           0             0.0
nnml-possibly-change-directory                2           0.0040439999  0.0020219999
nnml-close-server                             0           0             0.0
nnml-header-value                             0           0             0.0
nnml-parse-head                               0           0             0.0
nnml-add-nov                                  0           0             0.0
nnml-set-status                               0           0             0.0
nnml-find-id                                  0           0             0.0
nnml-find-group-number                        0           0             0.0
nnml-request-create-group                     0           0             0.0


-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-12-02 18:19                   ` gnus speed (was Re: ... ) Stefan Waldherr
@ 1997-12-02 19:09                     ` Hrvoje Niksic
  1997-12-02 19:18                       ` Stefan Waldherr
  1997-12-06 16:03                       ` Lars Magne Ingebrigtsen
  1997-12-03  8:42                     ` Kai Grossjohann
  1 sibling, 2 replies; 22+ messages in thread
From: Hrvoje Niksic @ 1997-12-02 19:09 UTC (permalink / raw)


Stefan Waldherr <swa@cs.cmu.edu> writes:

> >>>>> "Hrvoje" == Hrvoje Niksic <hniksic@srce.hr> writes:
> 
>   Hrvoje> Stefan Waldherr <swa@cs.cmu.edu> writes: Something is trying to
>   Hrvoje> access keymaps as conses (naughty, naughty).  Set `debug-on-error'
>   Hrvoje> to t and see what's going on.
> 
> Ok, XEmacs 19.16 wasn't happy with elp. You patch unfortunately didn't
> work.

Uh, I hate to be boring, but I'd really like Elp to work.  In what way 
did my patch not work?  Did the problem persist?  Or, were you unable
to apply the patch?

BTW, under XEmacs 20.3, you can press `M-x profile-key-sequence'
followed by the key sequence (e.g. `q' in Summary buffer), and then
`M-x profile-results'.  I find that very useful.

> gnus-summary-prepare-threads                  1           3.1748179999  3.1748179999
> gnus-bbdb-summary-get-author                  285         2.0279949999  0.0071157719

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
4.  Thou shalt not warlorde a sig if it bee the sig of Kibo, nor if
    it bee the sig of the Inner Circle.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-12-02 19:09                     ` Hrvoje Niksic
@ 1997-12-02 19:18                       ` Stefan Waldherr
  1997-12-06 16:03                       ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 22+ messages in thread
From: Stefan Waldherr @ 1997-12-02 19:18 UTC (permalink / raw)


>>>>> "Hrvoje" == Hrvoje Niksic <hniksic@srce.hr> writes:
  >> work.

  Hrvoje> Uh, I hate to be boring, but I'd really like Elp to work.  In what
  Hrvoje> way did my patch not work?  Did the problem persist?  Or, were you
  Hrvoje> unable to apply the patch?

Patch worked fine. However, the problem persisted. I don't have time to
reproduce the error, but I think that it looked pretty much the same than the
original. Only the hex value of the key looked a little different.

cu
Stefan.
-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-12-02 18:19                   ` gnus speed (was Re: ... ) Stefan Waldherr
  1997-12-02 19:09                     ` Hrvoje Niksic
@ 1997-12-03  8:42                     ` Kai Grossjohann
  1997-12-03 17:02                       ` Stefan Waldherr
  1 sibling, 1 reply; 22+ messages in thread
From: Kai Grossjohann @ 1997-12-03  8:42 UTC (permalink / raw)
  Cc: ding

You have told BBDB to insert the author information in the summary
buffer.  This is what's taking the most time.  Try removing the
BBDB-display-authorname-in-summary-buffer stuff and you will see a
speedup.

Though maybe not by much, this is worth a try.

kai
-- 
`A wizard.  A ----ing wizard.  I *hate* ----ing wizards!'  `Well,
don't ---- him, then,' one of his henchmen said, effortlessly
pronouncing a row of dashes.  (Terry Pratchett)


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-12-03  8:42                     ` Kai Grossjohann
@ 1997-12-03 17:02                       ` Stefan Waldherr
  1997-12-04  3:25                         ` Matt Simmons
  0 siblings, 1 reply; 22+ messages in thread
From: Stefan Waldherr @ 1997-12-03 17:02 UTC (permalink / raw)


>>>>> "Kai" == Kai Grossjohann <grossjohann@ls6.cs.uni-dortmund.de> writes:

  Kai> You have told BBDB to insert the author information in the summary
  Kai> buffer.  This is what's taking the most time.  Try removing the
  Kai> BBDB-display-authorname-in-summary-buffer stuff and you will see a
  Kai> speedup.

Oooh, it's much faster now. The culprit was bbdb-gnus, which took an awful
long time ...

Thanks,
Stefan.

-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-12-03 17:02                       ` Stefan Waldherr
@ 1997-12-04  3:25                         ` Matt Simmons
  1997-12-04 18:27                           ` David S. Goldberg
  1997-12-04 18:56                           ` gnu.emacs.gnus <info-gnus-english@cis.ohio-state.edu> " jari.aalto
  0 siblings, 2 replies; 22+ messages in thread
From: Matt Simmons @ 1997-12-04  3:25 UTC (permalink / raw)


>>>>> "SWA" == Stefan Waldherr <swa@cs.cmu.edu> writes:

>>>>> "Kai" == Kai Grossjohann <grossjohann@ls6.cs.uni-dortmund.de> writes:
    Kai> You have told BBDB to insert the author information in the
    Kai> summary buffer.  This is what's taking the most time.  Try
    Kai> removing the BBDB-display-authorname-in-summary-buffer stuff
    Kai> and you will see a speedup.

    SWA> Oooh, it's much faster now. The culprit was bbdb-gnus, which
    SWA> took an awful long time ...
OK, I'll bite.  Where is gnus-bbdb-summary-get-author coming from?
It's not in BBDB 1.51, it's not in Gnus, it's not in Brian Edmonds'
gnus-bbdb.el, and it's not in any of the BBDB unoff releases
(1.52unoff-1.57Aunoff).

I'm confused.

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
  Be wary of strong drink.  It can make you shoot at tax collectors, and miss.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-12-04  3:25                         ` Matt Simmons
@ 1997-12-04 18:27                           ` David S. Goldberg
  1997-12-04 18:56                           ` gnu.emacs.gnus <info-gnus-english@cis.ohio-state.edu> " jari.aalto
  1 sibling, 0 replies; 22+ messages in thread
From: David S. Goldberg @ 1997-12-04 18:27 UTC (permalink / raw)
  Cc: ding

>>>>> Matt Simmons writes:
> OK, I'll bite.  Where is gnus-bbdb-summary-get-author coming from?

I find gnus-bbdb-summary-get-author in Brian Edmond's gnus-bbdb.el
with this RCSid

;;; $Id: gnus-bbdb.el,v 1.20 1995/10/07 18:06:41 edmonds Exp $

--
Dave Goldberg
Post: The Mitre Corporation\MS B305\202 Burlington Rd.\Bedford, MA 01730
Phone: 781-271-3887
Email: dsg@mitre.org


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnu.emacs.gnus <info-gnus-english@cis.ohio-state.edu> speed (was Re: ... )
  1997-12-04  3:25                         ` Matt Simmons
  1997-12-04 18:27                           ` David S. Goldberg
@ 1997-12-04 18:56                           ` jari.aalto
  1997-12-10 16:28                             ` Matt Simmons
  1 sibling, 1 reply; 22+ messages in thread
From: jari.aalto @ 1997-12-04 18:56 UTC (permalink / raw)
  Cc: ding

 97-12-03 Matt Simmons <simmonmt@acm.org> list.ding
| (1.52unoff-1.57Aunoff).

And where are these unoff releases, I only have 1.51 :-)

jari


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-12-02 19:09                     ` Hrvoje Niksic
  1997-12-02 19:18                       ` Stefan Waldherr
@ 1997-12-06 16:03                       ` Lars Magne Ingebrigtsen
  1997-12-06 23:29                         ` Hrvoje Niksic
  1 sibling, 1 reply; 22+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-12-06 16:03 UTC (permalink / raw)


Hrvoje Niksic <hniksic@srce.hr> writes:

> Uh, I hate to be boring, but I'd really like Elp to work.  In what way 
> did my patch not work?  Did the problem persist?

I fixed this problem for Emacs, uh, a year and a half ago.  I no
longer have a patch, though.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-12-06 16:03                       ` Lars Magne Ingebrigtsen
@ 1997-12-06 23:29                         ` Hrvoje Niksic
  1997-12-14 10:35                           ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 22+ messages in thread
From: Hrvoje Niksic @ 1997-12-06 23:29 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Hrvoje Niksic <hniksic@srce.hr> writes:
> 
> > Uh, I hate to be boring, but I'd really like Elp to work.  In what way 
> > did my patch not work?  Did the problem persist?
> 
> I fixed this problem for Emacs, uh, a year and a half ago.  I no
> longer have a patch, though.

Elp is maintained independently.  Haven't you mailed a Cc of the patch 
to Barry Warsaw?  If not...  well, shame on you.  :-)

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it."                                    -- Donald Knuth


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnu.emacs.gnus <info-gnus-english@cis.ohio-state.edu> speed (was Re: ... )
  1997-12-04 18:56                           ` gnu.emacs.gnus <info-gnus-english@cis.ohio-state.edu> " jari.aalto
@ 1997-12-10 16:28                             ` Matt Simmons
  0 siblings, 0 replies; 22+ messages in thread
From: Matt Simmons @ 1997-12-10 16:28 UTC (permalink / raw)


>>>>> "jari" == jari aalto <jari.aalto@poboxes.com> writes:

    jari> And where are these unoff releases, I only have 1.51 :-)

They're at http://www.netcom.com/~simmonmt.

I'd recommend using 1.56unoff until I get 1.58unoff out.

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
	    I considered atheism but there weren't enough holidays.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: gnus speed (was Re: ... )
  1997-12-06 23:29                         ` Hrvoje Niksic
@ 1997-12-14 10:35                           ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 22+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-12-14 10:35 UTC (permalink / raw)


Hrvoje Niksic <hniksic@srce.hr> writes:

> > I fixed this problem for Emacs, uh, a year and a half ago.  I no
> > longer have a patch, though.
> 
> Elp is maintained independently.  Haven't you mailed a Cc of the patch 
> to Barry Warsaw?  If not...  well, shame on you.  :-)

What can I say?  I was young and inexperienced.  :-9

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~1997-12-14 10:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-27 18:22 not scoring mail groups and gnus' speed Stefan Waldherr
1997-11-27 19:06 ` Lars Magne Ingebrigtsen
1997-11-27 20:40   ` Stefan Waldherr
1997-11-28 23:42     ` Lars Magne Ingebrigtsen
1997-11-29 14:04       ` Stefan Waldherr
1997-11-30 15:17         ` Kai Grossjohann
1997-11-30 16:11           ` Stefan Waldherr
1997-11-30 16:17             ` Hrvoje Niksic
1997-11-30 16:32               ` gnus speed (was Re: not scoring mail groups and gnus' speed) Stefan Waldherr
1997-11-30 16:41                 ` Hrvoje Niksic
1997-12-02 18:19                   ` gnus speed (was Re: ... ) Stefan Waldherr
1997-12-02 19:09                     ` Hrvoje Niksic
1997-12-02 19:18                       ` Stefan Waldherr
1997-12-06 16:03                       ` Lars Magne Ingebrigtsen
1997-12-06 23:29                         ` Hrvoje Niksic
1997-12-14 10:35                           ` Lars Magne Ingebrigtsen
1997-12-03  8:42                     ` Kai Grossjohann
1997-12-03 17:02                       ` Stefan Waldherr
1997-12-04  3:25                         ` Matt Simmons
1997-12-04 18:27                           ` David S. Goldberg
1997-12-04 18:56                           ` gnu.emacs.gnus <info-gnus-english@cis.ohio-state.edu> " jari.aalto
1997-12-10 16:28                             ` Matt Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).