mirror of
https://github.com/romanz/amodem.git
synced 2026-02-24 16:18:12 +08:00
profiling should be printed to stderr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user