mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 00:36:20 +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
|