[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Elisp native profiler
From: |
Eli Zaretskii |
Subject: |
Re: Elisp native profiler |
Date: |
Wed, 26 Sep 2012 09:41:30 +0200 |
> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Tue, 25 Sep 2012 21:00:59 -0400
>
> >>>>> "Eli" == Eli Zaretskii <address@hidden> writes:
> > If you want the profiler to actually work in the w32 build, additional
> > code needs to be written, to replace setitimer and the SIGPROF signal,
> > which aren't supported on Windows.
>
> Actually, even without the timer you can still use the memory profiler
> where the samples are taken when malloc is called (more or less).
Yes, I was talking about the "cpu" profiler.
> It would be nice to add support for the cpu-profiler, but for now I'm
> focusing on getting the branch in a good enough state to be merged into
> trunk, so "fully working on Windows" is not nearly as important as
> "doesn't break the Window build".
Will the merge happen before the feature freeze? If not, the
adaptation of itimers to MS-Windows can wait. Otherwise, it doesn't
make sense to me to have an interim release with an important new
feature that is not supported on MS-Windows.
- Re: Elisp native profiler, (continued)
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/28
- Re: Elisp native profiler, Stefan Monnier, 2012/09/28
- Re: Elisp native profiler, Tomohiro Matsuyama, 2012/09/26
- Re: Elisp native profiler, Paul Eggert, 2012/09/26
- Re: Elisp native profiler, Ivan Andrus, 2012/09/26
- Re: Elisp native profiler, Paul Eggert, 2012/09/26
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/25
- Re: Elisp native profiler, Stefan Monnier, 2012/09/25
- 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 <=
- 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, 2012/09/27
- Re: Elisp native profiler, Paul Eggert, 2012/09/30
- Re: Elisp native profiler, Eli Zaretskii, 2012/09/29