New stack-sampling profiler.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 13 Aug 2010 20:25:58 +0000 (20:25 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 13 Aug 2010 20:25:58 +0000 (20:25 +0000)
commitbe7fe81f71f67ff8a53366c7a9abae9b655d4d0b
tree59c9bd445939093999b8e3c2436e4843f85db37a
parente751d3f9b7465d9d19152fbb832c9f52e6c0d316
New stack-sampling profiler.

For usage, see runtime/stack-sample.scm.  May be worthwhile to write
documentation in the user manual.

This is *not* a replacement for a PC-sampler, which can give
information that is more precise at one level and less precise at
another level.  See the comments for details.
src/runtime/make.scm
src/runtime/runtime.pkg
src/runtime/stack-sample.scm [new file with mode: 0644]