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