[pypy-commit] lang-smalltalk storage-cleanups: Removed 2 obsolete files, moved test file to correct folder.

anton_gulenko noreply at buildbot.pypy.org
Wed Aug 6 11:41:08 CEST 2014


Author: Anton Gulenko <anton.gulenko at googlemail.com>
Branch: storage-cleanups
Changeset: r1014:88d1d1dfa117
Date: 2014-08-05 19:48 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/88d1d1dfa117/

Log:	Removed 2 obsolete files, moved test file to correct folder.

diff --git a/spyvm/tool/test_bitmanipulation.py b/spyvm/test/test_bitmanipulation.py
rename from spyvm/tool/test_bitmanipulation.py
rename to spyvm/test/test_bitmanipulation.py
diff --git a/spyvm/tool/infostats.py b/spyvm/tool/infostats.py
deleted file mode 100644
--- a/spyvm/tool/infostats.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import pstats
-p = pstats.Stats('compile_method.txt')
-#print p.print_callers('as_context_get_shadow')
-#print p.print_callers('s_active_context')
-p.sort_stats('time', 'cum').print_stats(.5)
diff --git a/spyvm/tool/profile.sh b/spyvm/tool/profile.sh
deleted file mode 100644
--- a/spyvm/tool/profile.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-python -m cProfile -o compile_method.txt `which py.test` -k compile_method ../test/test_miniimage.py
-python infostats.py


More information about the pypy-commit mailing list