index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
profiler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Use float instead of Lisp_Object for rehash_size
Paul Eggert
2017-02-21
1
-3
/
+2
*
Use ptrdiff_t instead of Lisp_Object for collision
Paul Eggert
2017-02-21
1
-5
/
+5
*
Change type of `rehash_threshold' and `pure' fields in hash-tables
Stefan Monnier
2017-02-18
1
-2
/
+2
*
Fix hash tables not being purified correctly.
Vibhav Pant
2017-01-30
1
-1
/
+1
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-2
/
+2
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-1
/
+6
*
|
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-27
1
-2
/
+2
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix some int overflows in profiler.c
Paul Eggert
2015-07-31
1
-10
/
+8
*
Enable CPU profiling on Cygwin
Ken Brown
2015-06-22
1
-0
/
+6
*
Improve diagnostics of profiler-cpu-start
Ken Brown
2015-06-22
1
-5
/
+14
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-1
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Paul Eggert
2014-05-04
1
-1
/
+1
|
\
|
*
Doc fixes
Glenn Morris
2014-05-01
1
-1
/
+1
*
|
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
Paul Eggert
2014-04-05
1
-1
/
+1
|
/
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Simplify EMACS_TIME-related code.
Paul Eggert
2013-08-27
1
-2
/
+2
*
Port to C89.
Paul Eggert
2013-07-10
1
-6
/
+6
*
Merge the specpdl and backtrace stacks. Make the structure of the
Stefan Monnier
2013-06-03
1
-14
/
+3
*
Reorder conditions that are written backwards
Andreas Schwab
2013-03-24
1
-2
/
+2
*
Minor hashing refactoring.
Paul Eggert
2013-02-09
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
* src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
Stefan Monnier
2012-11-08
1
-3
/
+3
*
|
Use same hash function for hashfn_profiler as for hash_string etc.
Paul Eggert
2012-11-08
1
-1
/
+1
*
|
Use ad-hoc comparison function for the profiler's hash-tables.
Stefan Monnier
2012-11-08
1
-15
/
+76
|
/
*
* profiler.c (handle_profiler_signal): Inhibit pending signals too,
Paul Eggert
2012-10-03
1
-0
/
+4
*
Port timers to OpenBSD, plus check for timer failures.
Paul Eggert
2012-10-03
1
-8
/
+14
*
* profiler.c (handle_profiler_signal): Fix a malloc race
Paul Eggert
2012-10-02
1
-0
/
+9
*
Count overruns when profiling; change units to ns.
Paul Eggert
2012-10-01
1
-10
/
+21
*
* profiler.el (profiler-sampling-interval): Rename from
Tomohiro Matsuyama
2012-10-01
1
-16
/
+16
*
Support atimers and CPU profiler via profile.c on MS-Windows.
Eli Zaretskii
2012-09-30
1
-2
/
+0
*
Fix compilation failure introduced in 2012-09-30T06:19:33Z!eggert@cs.ucla.edu.
Eli Zaretskii
2012-09-30
1
-0
/
+2
*
Profiler improvements: more-accurate timers, overflow checks.
Paul Eggert
2012-09-29
1
-53
/
+136
*
* src/lisp.h (struct backtrace): Remove indirection for `function' field.
Stefan Monnier
2012-09-28
1
-2
/
+2
*
* profiler.c (sigprof_handler): Fix race condition.
Tomohiro Matsuyama
2012-09-28
1
-1
/
+8
*
* profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
Tomohiro Matsuyama
2012-09-27
1
-3
/
+3
*
Merge profiler branch
Stefan Monnier
2012-09-26
1
-0
/
+4
*
* lisp/profiler.el (profiler-start): Don't prompt for choice when there
Stefan Monnier
2012-09-26
1
-9
/
+12
*
* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
Juanma Barranquero
2012-09-25
1
-1
/
+15
*
* src/profiler.c: Rename sample_profiler_* to profiler_cpu_* and
Stefan Monnier
2012-09-24
1
-88
/
+89
*
Try to let it compile on other platforms
Stefan Monnier
2012-09-24
1
-10
/
+13
*
Rewrite sampler to use Elisp hash-tables.
Stefan Monnier
2012-09-24
1
-866
/
+164
*
profiler: Refactoring and documentation.
Tomohiro Matsuyama
2012-08-23
1
-38
/
+153
[next]