mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
6 lines
112 B
Bash
Executable File
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
|