[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Elisp native profiler
From: |
Stefan Monnier |
Subject: |
Re: Elisp native profiler |
Date: |
Thu, 27 Sep 2012 00:02:04 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
> That's could be fixed by using floats. I'll do it.
That might work for the percent calculation, but we can also have
wrap-around for the actual counters. I'm thinking that we might want to
scale them a little (e.g. instead of measuring bytes, we could measure
bytes/N where N would be at least 16, and more if possible) to at least
push the limit by a factor of N.
I guess we could also use floats for them, but that would take a bit
more work and hack.
Stefan
- Re: Elisp native profiler, (continued)
- Re: Elisp native profiler, Stephen J. Turnbull, 2012/09/25
- Re: Elisp native profiler, Stefan Monnier, 2012/09/25
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/26
- Re: Elisp native profiler, Stefan Monnier, 2012/09/26
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/26
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/26
- Re: Elisp native profiler, Stefan Monnier, 2012/09/26
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/26
- Re: Elisp native profiler, Stefan Monnier, 2012/09/26
- Re: Elisp native profiler, Tomohiro Matsuyama, 2012/09/26
- Re: Elisp native profiler,
Stefan Monnier <=
- Re: Elisp native profiler, Paul Eggert, 2012/09/30
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/29
- Re: Elisp native profiler, Stefan Monnier, 2012/09/29
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/29
- Re: Elisp native profiler, Stefan Monnier, 2012/09/29
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/30
Re: Elisp native profiler, Juanma Barranquero, 2012/09/25