index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
statprof.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
Fix typos throughout codebase.
Morgan Smith
1
-1
/
+1
2020-06-04
Statprof reports primitive names
Andy Wingo
1
-9
/
+1
2020-01-23
statprof: Ensure 'call-thunk' is not inlined.
Ludovic Courtès
1
-1
/
+5
2018-09-14
VM manages hook sets itself
Andy Wingo
1
-2
/
+2
2018-08-06
Minor updates for Scheme runtime (statprof, backtraces)
Andy Wingo
1
-5
/
+1
2018-07-29
Rewrite subr implementation
Andy Wingo
1
-42
/
+15
2017-05-22
Remove all deprecated code
Andy Wingo
1
-49
/
+0
2017-04-19
Fixed bug: statprof flat display wasn't writing summary lines to port
Freja Nordsiek
1
-2
/
+2
2017-03-09
Adapt gcprof to preemptive interrupts
Andy Wingo
1
-4
/
+4
2017-03-09
Adapt statprof to new preemptive interrupts
Andy Wingo
1
-2
/
+4
2017-03-09
statprof: 'with-statprof' honors #:display-style.
Ludovic Courtès
1
-1
/
+5
2016-02-01
Update statprof documentation; deprecate `with-statprof'
Andy Wingo
1
-114
/
+47
2016-02-01
Better call-counting profiles in statprof
Andy Wingo
1
-32
/
+39
2016-01-31
Remove frame-local-ref, frame-local-set!
Andy Wingo
1
-11
/
+3
2016-01-11
statprof: Better tree-format profiles
Andy Wingo
1
-19
/
+29
2016-01-11
statprof: Add tree #:display-style.
Andy Wingo
1
-32
/
+119
2015-12-01
Remove primitive?, add primitive-code?
Andy Wingo
1
-14
/
+19
2015-01-22
Merge commit 'cdcba5b2f6270de808e51b3b933374170611b91d'
Andy Wingo
1
-9
/
+11
2015-01-11
statprof: 'statprof' and 'with-statprof' return the code's return values.
Ludovic Courtès
1
-11
/
+12
2014-05-01
Fix inner and outer stack cuts to match on procedure code
Andy Wingo
1
-2
/
+4
2014-04-16
Fix statprof for optimizations
Andy Wingo
1
-21
/
+28
2014-04-14
statprof avoids mucking with VM trace levels when not counting calls
Andy Wingo
1
-5
/
+5
2014-04-14
Better state handling in statprof
Andy Wingo
1
-16
/
+20
2014-03-01
,profile, statprof, gcprof have an outer stack cut
Andy Wingo
1
-22
/
+28
2014-03-01
Statprof commentings
Andy Wingo
1
-17
/
+87
2014-03-01
statprof-display prints source locations
Andy Wingo
1
-17
/
+31
2014-02-28
Refactorings: call-data has source, stats is a record
Andy Wingo
1
-31
/
+31
2014-02-28
Statprof uses stack trace buffer to always provide full stacks
Andy Wingo
1
-61
/
+62
2014-02-28
Statprof always stores full stack traces
Andy Wingo
1
-113
/
+192
2014-02-28
Update statprof commentary
Andy Wingo
1
-9
/
+6
2014-02-28
More state-related refactors in statprof
Andy Wingo
1
-14
/
+12
2014-02-28
Statprof restores previous sigprof handler when stopping
Andy Wingo
1
-11
/
+15
2014-02-28
More statprof refactors
Andy Wingo
1
-23
/
+21
2014-02-28
Slight gcprof refactor
Andy Wingo
1
-25
/
+12
2014-02-28
statprof uses new setitimer magical usecs ability
Andy Wingo
1
-5
/
+3
2014-02-25
gcprof tweaks
Andy Wingo
1
-15
/
+1
2014-02-25
Refactor representation of sampling periods in statprof
Andy Wingo
1
-24
/
+21
2014-02-25
statprof and gcprof procedures use a fresh statprof state
Andy Wingo
1
-83
/
+82
2014-02-22
simplify profile-signal-handler
Andy Wingo
1
-20
/
+7
2014-02-22
statprof: accumulated-time is in jiffies
Andy Wingo
1
-8
/
+8
2014-02-22
Pass state around statprof in more places
Andy Wingo
1
-11
/
+11
2014-02-22
statprof: call-data is a record type
Andy Wingo
1
-11
/
+11
2014-02-22
statprof: when/unless instead of if.
Andy Wingo
1
-108
/
+101
2014-02-21
add a statprof fixme
Andy Wingo
1
-0
/
+5
2014-02-21
statprof-active? instead of checking profile level
Andy Wingo
1
-19
/
+12
2014-02-21
statprof-reset creates a new state
Andy Wingo
1
-16
/
+16
2014-02-21
More statprof state refactorings
Andy Wingo
1
-14
/
+18
2014-02-21
inside-profiler? to parameter instead of global variable
Andy Wingo
1
-11
/
+11
2014-02-21
Beginnings of statprof threadsafety
Andy Wingo
1
-108
/
+155
2014-02-21
reform statprof commentary
Andy Wingo
1
-100
/
+89
[next]