summaryrefslogtreecommitdiff
path: root/module/statprof.scm
Commit message (Expand)AuthorAgeFilesLines
* Statprof reports primitive namesAndy Wingo2020-06-041-9/+1
* statprof: Ensure 'call-thunk' is not inlined.Ludovic Courtès2020-01-231-1/+5
* VM manages hook sets itselfAndy Wingo2018-09-141-2/+2
* Minor updates for Scheme runtime (statprof, backtraces)Andy Wingo2018-08-061-5/+1
* Rewrite subr implementationAndy Wingo2018-07-291-42/+15
* Remove all deprecated codeAndy Wingo2017-05-221-49/+0
* Fixed bug: statprof flat display wasn't writing summary lines to portFreja Nordsiek2017-04-191-2/+2
* Adapt gcprof to preemptive interruptsAndy Wingo2017-03-091-4/+4
* Adapt statprof to new preemptive interruptsAndy Wingo2017-03-091-2/+4
* statprof: 'with-statprof' honors #:display-style.Ludovic Courtès2017-03-091-1/+5
* Update statprof documentation; deprecate `with-statprof'Andy Wingo2016-02-011-114/+47
* Better call-counting profiles in statprofAndy Wingo2016-02-011-32/+39
* Remove frame-local-ref, frame-local-set!Andy Wingo2016-01-311-11/+3
* statprof: Better tree-format profilesAndy Wingo2016-01-111-19/+29
* statprof: Add tree #:display-style.Andy Wingo2016-01-111-32/+119
* Remove primitive?, add primitive-code?Andy Wingo2015-12-011-14/+19
* Merge commit 'cdcba5b2f6270de808e51b3b933374170611b91d'Andy Wingo2015-01-221-9/+11
|\
| * statprof: 'statprof' and 'with-statprof' return the code's return values.Ludovic Courtès2015-01-111-11/+12
* | Fix inner and outer stack cuts to match on procedure codeAndy Wingo2014-05-011-2/+4
* | Fix statprof for optimizationsAndy Wingo2014-04-161-21/+28
* | statprof avoids mucking with VM trace levels when not counting callsAndy Wingo2014-04-141-5/+5
* | Better state handling in statprofAndy Wingo2014-04-141-16/+20
* | ,profile, statprof, gcprof have an outer stack cutAndy Wingo2014-03-011-22/+28
* | Statprof commentingsAndy Wingo2014-03-011-17/+87
* | statprof-display prints source locationsAndy Wingo2014-03-011-17/+31
* | Refactorings: call-data has source, stats is a recordAndy Wingo2014-02-281-31/+31
* | Statprof uses stack trace buffer to always provide full stacksAndy Wingo2014-02-281-61/+62
* | Statprof always stores full stack tracesAndy Wingo2014-02-281-113/+192
* | Update statprof commentaryAndy Wingo2014-02-281-9/+6
* | More state-related refactors in statprofAndy Wingo2014-02-281-14/+12
* | Statprof restores previous sigprof handler when stoppingAndy Wingo2014-02-281-11/+15
* | More statprof refactorsAndy Wingo2014-02-281-23/+21
* | Slight gcprof refactorAndy Wingo2014-02-281-25/+12
* | statprof uses new setitimer magical usecs abilityAndy Wingo2014-02-281-5/+3
* | gcprof tweaksAndy Wingo2014-02-251-15/+1
* | Refactor representation of sampling periods in statprofAndy Wingo2014-02-251-24/+21
* | statprof and gcprof procedures use a fresh statprof stateAndy Wingo2014-02-251-83/+82
* | simplify profile-signal-handlerAndy Wingo2014-02-221-20/+7
* | statprof: accumulated-time is in jiffiesAndy Wingo2014-02-221-8/+8
* | Pass state around statprof in more placesAndy Wingo2014-02-221-11/+11
* | statprof: call-data is a record typeAndy Wingo2014-02-221-11/+11
* | statprof: when/unless instead of if.Andy Wingo2014-02-221-108/+101
* | add a statprof fixmeAndy Wingo2014-02-211-0/+5
* | statprof-active? instead of checking profile levelAndy Wingo2014-02-211-19/+12
* | statprof-reset creates a new stateAndy Wingo2014-02-211-16/+16
* | More statprof state refactoringsAndy Wingo2014-02-211-14/+18
* | inside-profiler? to parameter instead of global variableAndy Wingo2014-02-211-11/+11
* | Beginnings of statprof threadsafetyAndy Wingo2014-02-211-108/+155
* | reform statprof commentaryAndy Wingo2014-02-211-100/+89
* | VM accessors take VM as implicit argument, not explicit argumentAndy Wingo2013-11-211-9/+7