[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: |
Tue, 25 Sep 2012 21:00:59 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
>>>>> "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).
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".
Stefan
- Re: Elisp native profiler, (continued)
- 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 <=
- 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, 2012/09/27
- Re: Elisp native profiler, Paul Eggert, 2012/09/30