]> gitweb.factorcode.org Git - factor.git/history - basis/tools/profiler/sampling/sampling.factor
Update some copyright headers to follow the current convention
[factor.git] / basis / tools / profiler / sampling / sampling.factor
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2016-12-28 John Benediktssontools.profiler.sampling: cleanup using.
2016-10-12 Björn LindqvistVM: remove the reversing from sampling profiler callsta...
2016-09-01 Björn Lindqvistbootstrap.image.primitives,tools.profiler.sampling...
2016-05-05 Björn LindqvistVM: the (clear-samples) primitive is unused
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-08-05 John Benediktssontools.profiler.sampling: use formatting instead of...
2013-04-22 John Benediktssontools.profiler.sampling: don't mis-use collect-by.
2013-03-15 John BenediktssonUse bl in more places.
2013-03-10 Doug Colemanmath.statistics: Fix histogram and collect. Histogram...
2013-03-08 John Benediktssontools.profiler.sampling: more use of hash-sets.
2013-03-01 John Benediktssontools.profiler.sampling: fix top-down*.
2012-11-27 Doug Colemanbasis: Try to fix the build. My profiler is hanging...
2012-07-21 John BenediktssonUsing "same?" in more places.
2011-12-01 Doug Colemantools.profiler.sampling: Don't use calendar because...
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-09 Joe Grofftools.profiler.sampling: preliminary docs
2011-11-08 Joe Grofftools.profiler.sampling: top-down-max-depth report
2011-11-08 Joe Grofftools.profiler.sampling: change some names around
2011-11-03 Joe Grofftools.profiler.sampling: mess with formatting more
2011-11-03 Joe Grofftools.profiler.sampling: cross-section report
2011-11-03 Joe Grofftools.profiler.sampling: twiddle output format
2011-11-03 Doug ColemanUnbreakify the new profiler, add a couple of unit tests...
2011-11-02 Doug ColemanKeep the profiling results even when the quotation...
2011-11-02 Joe Groffvm: count samples during unoptimized compiler
2011-11-02 Joe Grofftools.profiler.sampling: fix stack effect name
2011-11-02 Joe Grofftools.profiler.sampling: make rate a global var
2011-11-02 Joe Grofftools.profiler.sampling: groom flat profile
2011-11-02 Joe Grofftools.profiler.sampling: flat profile report
2011-11-02 Joe Grofftools.profiler.sampling: add detail to profile.
2011-11-02 Joe Grofftools.profiler.sampling: "top-down" and "profile."
2011-11-02 Joe Groffvm: parameterize sampling rate
2011-11-02 Joe Grofftools.profiler.sampling: smoke tests and metadata
2011-11-02 Joe Grofftools.profiler.sampling: very basic frontend words