Files
amodem/scripts/profile.sh
2014-08-07 17:04:39 +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