mirror of
https://github.com/romanz/amodem.git
synced 2026-05-08 04:07:39 +08:00
move scripts directory
This commit is contained in:
5
scripts/profile.sh
Executable file
5
scripts/profile.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
python -m cProfile -o result.prof $*
|
||||
|
||||
echo "sort time
|
||||
stats 20" | python -m pstats result.prof 1>&2
|
||||
Reference in New Issue
Block a user