1.0.5.39: sb-sprof call counting
authorJuho Snellman <jsnell@iki.fi>
Sun, 6 May 2007 21:48:06 +0000 (21:48 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 6 May 2007 21:48:06 +0000 (21:48 +0000)
commit355e6c09a8f7f528a838f7a50b99ad77811b51a2
treef0b3e06ca27bf1ced2ba2b3d1d330d57d73e65d2
parentd7fa6c3ed232bb49cdb670315e23c1dbfbb03c21
1.0.5.39: sb-sprof call counting

         * Add support for deterministically tracking the amount of times
           that certain functions were called during a sb-sprof profiling
           run.
         * The goal is to allow people to easily see whether a lot of time
           is spent in function X due to it being called often, or due to
           the average call being slow.
         * The benefit over using sb-profile is that a) the reporting
           of the call counts is integrated into the normal sb-sprof
           interface and b) there's a lot less overhead, since we're just
           counting calls, not tracking cpu usage / consing.
NEWS
contrib/sb-sprof/sb-sprof.lisp
contrib/sb-sprof/sb-sprof.texinfo
version.lisp-expr