]> gitweb.factorcode.org Git - factor.git/commit
move counting profiler to tools.profiler.counting
authorJoe Groff <arcata@gmail.com>
Mon, 31 Oct 2011 05:46:07 +0000 (22:46 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 2 Nov 2011 20:23:09 +0000 (13:23 -0700)
commiteac90675c05ec1c03248734af09c734b4c13debe
treec755150c0437b565fbb8de40a0bbadea726a6b55
parente10c3183c8d5865b3a83ff3c86f91d54aa5adbdc
move counting profiler to tools.profiler.counting
20 files changed:
basis/bootstrap/tools/tools.factor
basis/listener/listener.factor
basis/stack-checker/known-words/known-words.factor
basis/tools/counting-profiler/authors.txt [deleted file]
basis/tools/counting-profiler/counting-profiler-docs.factor [deleted file]
basis/tools/counting-profiler/counting-profiler-tests.factor [deleted file]
basis/tools/counting-profiler/counting-profiler.factor [deleted file]
basis/tools/counting-profiler/summary.txt [deleted file]
basis/tools/counting-profiler/tags.txt [deleted file]
basis/tools/profiler/counting/authors.txt [new file with mode: 0644]
basis/tools/profiler/counting/counting-docs.factor [new file with mode: 0644]
basis/tools/profiler/counting/counting-tests.factor [new file with mode: 0644]
basis/tools/profiler/counting/counting.factor [new file with mode: 0644]
basis/tools/profiler/counting/summary.txt [new file with mode: 0644]
basis/tools/profiler/counting/tags.txt [new file with mode: 0644]
basis/ui/tools/operations/operations-docs.factor
basis/ui/tools/operations/operations.factor
basis/ui/tools/profiler/profiler.factor
basis/ui/tools/tools-docs.factor
core/bootstrap/primitives.factor