From f2d1d1535e3273013be5697149f7a1252c026272 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 22 Jul 2014 09:44:46 +0300 Subject: [PATCH] profiling should be printed to stderr --- profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.sh b/profile.sh index 0af86f9..ff2b97b 100755 --- a/profile.sh +++ b/profile.sh @@ -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