profiling should be printed to stderr

This commit is contained in:
Roman Zeyde
2014-07-22 09:44:46 +03:00
parent 392557df5c
commit f2d1d1535e

View File

@@ -2,4 +2,4 @@
python -m cProfile -o result.prof $*
echo "sort time
stats 20" | python -m pstats result.prof
stats 20" | python -m pstats result.prof 1>&2