]> gitweb.factorcode.org Git - factor.git/history - basis/tools/profiler
hex-strings: fix using
[factor.git] / basis / tools / profiler /
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-08-24 John Benediktssontools.profiler.sampling: bring back profile tests on...
2023-08-24 John Benediktssontools.profiler.sampling: win32
2023-08-24 John Benediktssontools.profiler.sampling: win32
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2022-08-01 John Benediktssontools.profiler.sampling: faster printing in the UI
2021-03-23 John Benediktssontools: fix some docs uses.
2020-08-14 John Benediktssontools.profiler.sampling: fixing missed rename.
2020-08-14 John Benediktssonvm: rename primitive_sampling_profiler to primitive_set...
2020-08-13 John Benediktssontools.profiler.sampling: assert that profile-data is...
2020-05-19 John Benediktssontools.profiler.sampling: bump runtime.
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-12-28 John Benediktssontools.profiler.sampling: cleanup using.
2016-11-24 Björn Lindqvistkernel.private: adding OBJ-SAMPLE-CALLSTACKS + test...
2016-10-31 Björn LindqvistDocs: bunch of random doc updates
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-31 Björn Lindqvisttools.profiler.sampling.tests: attempt to fix the unit...
2016-05-18 Björn Lindqvisttools.profiler.sampling.tests: call gc beforehand to...
2016-05-06 Björn LindqvistVM: when starting the sampling profiler, the data needs...
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-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
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-10-08 Doug Colemantools.profiler.sampling: Kick it down a notch. Makes...
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-26 Doug Colemantools.profiler: Make the unit tests do more work so...
2012-07-21 John BenediktssonUsing "same?" in more places.
2011-12-07 Doug Colemanhelp-lint fixes for recent changes
2011-12-01 Doug Colemantools.profiler.sampling: Don't use calendar because...
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-11 Joe Grofftools.profiler.sampling: better test quots
2011-11-10 Joe Groffkill tools.profiler.counting and ui.tools.profiler
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 ColemanFix unit tests to give the sampling profiler something...
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: smoke test compact-gc
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.counting: rename help article
2011-11-02 Joe Grofftools.profiler.sampling: very basic frontend words
2011-11-02 Joe Groffmove counting profiler to tools.profiler.counting
2011-11-02 Joe Grofftools.profiler: rename to tools.counting-profiler
2011-10-24 Doug ColemanRename vocab to lookup-vocab
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-03 Doug ColemanMake M\ throw an error upon lookup failure. Change...
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-04-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-13 Joe GroffMerge git://github.com/william42/factor
2010-04-11 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-11 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-04-10 Slava PestovMerge remote branch 'origin/abi-symbols' into fastcall...
2010-04-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-01 Joe GroffMerge branch 'master' into abi-symbols
2010-04-01 Joe Groff"cdecl" -> cdecl
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-27 Daniel EhrenbergFinishing eliminating prune as a synonym of members
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2010-02-09 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-02-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-05 erikcMerge branch 'master' of git://github.com/slavapestov...
next