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