Files
amodem/profile.sh
2014-07-22 14:20:04 +03:00

6 lines
112 B
Bash
Executable File

#!/bin/bash
python -m cProfile -o result.prof $*
echo "sort time
stats 20" | python -m pstats result.prof 1>&2