[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: some statistics
From: |
Andrea Crotti |
Subject: |
Re: some statistics |
Date: |
Wed, 27 Jan 2010 11:32:15 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin) |
Xah Lee <xahlee@gmail.com> writes:
> On Jan 26, 6:24 am, Andrea Crotti <andrea.crott...@gmail.com> wrote:
>
> you can gather stat of your command calls, from the package command-
> frequency.el.
>
> you can get it here:
>
> • Emacs's Command Frequency
> http://xahlee.org/emacs/command-frequency.html
>
> if you have accumulated some stats, i'd appreciate it. I'll
> incorporate it into my report.
>
Very nice thanks, I'm starting to collect some infos.
I see that the trick is using the "pre-command-hook" in short.
It would be also nice to know something of the time used in each buffer,
the number of total time spent typing and so on...
I see that the command-frequency.py is not very pythonic, if I write
something better I'll post it somewhere if you're interested..