summaryrefslogtreecommitdiff
path: root/src/profiler.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* * profiler.c (handle_profiler_signal): Inhibit pending signals too,Paul Eggert2012-10-03
* Port timers to OpenBSD, plus check for timer failures.Paul Eggert2012-10-03
* * profiler.c (handle_profiler_signal): Fix a malloc racePaul Eggert2012-10-02
* Count overruns when profiling; change units to ns.Paul Eggert2012-10-01
* * profiler.el (profiler-sampling-interval): Rename fromTomohiro Matsuyama2012-10-01
* Support atimers and CPU profiler via profile.c on MS-Windows.Eli Zaretskii2012-09-30
* Fix compilation failure introduced in 2012-09-30T06:19:33Z!eggert@cs.ucla.edu.Eli Zaretskii2012-09-30
* Profiler improvements: more-accurate timers, overflow checks.Paul Eggert2012-09-29
* * src/lisp.h (struct backtrace): Remove indirection for `function' field.Stefan Monnier2012-09-28
* * profiler.c (sigprof_handler): Fix race condition.Tomohiro Matsuyama2012-09-28
* * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.Tomohiro Matsuyama2012-09-27
* Merge profiler branchStefan Monnier2012-09-26
* * lisp/profiler.el (profiler-start): Don't prompt for choice when thereStefan Monnier2012-09-26
* * src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.Juanma Barranquero2012-09-25
* * src/profiler.c: Rename sample_profiler_* to profiler_cpu_* andStefan Monnier2012-09-24
* Try to let it compile on other platformsStefan Monnier2012-09-24
* Rewrite sampler to use Elisp hash-tables.Stefan Monnier2012-09-24
* profiler: Refactoring and documentation.Tomohiro Matsuyama2012-08-23
* Add GC profiler.Tomohiro Matsuyama2012-08-22
* Add emacs native profiler.Tomohiro Matsuyama2012-08-22