reinit
This commit is contained in:
BIN
TankMan/scripts/profile.pstats
Normal file
BIN
TankMan/scripts/profile.pstats
Normal file
Binary file not shown.
BIN
TankMan/scripts/profile.pstats.png
Normal file
BIN
TankMan/scripts/profile.pstats.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 704 KiB |
19
TankMan/scripts/profile.sh
Normal file
19
TankMan/scripts/profile.sh
Normal file
@ -0,0 +1,19 @@
|
||||
export FILE=profile.pstats
|
||||
|
||||
python -m cProfile -s cumtime -o $FILE \
|
||||
-m mlgame \
|
||||
-i ../ml/ml_play_template_1P.py \
|
||||
-i ../ml/ml_play_template_1P.py \
|
||||
-i ../ml/ml_play_template_1P.py \
|
||||
-i ../ml/ml_play_template_1P.py \
|
||||
-i ../ml/ml_play_template_1P.py \
|
||||
-i ../ml/ml_play_template_2P.py \
|
||||
-f 120 -1 \
|
||||
../ \
|
||||
--frame_limit=30 --sound="off"
|
||||
|
||||
python -m gprof2dot -f pstats $FILE | dot -T png -o ${FILE}.png
|
||||
|
||||
# python -m pstats profile.pstats
|
||||
# sort cumtime
|
||||
# stats
|
7
TankMan/scripts/test_local_server.sh
Normal file
7
TankMan/scripts/test_local_server.sh
Normal file
@ -0,0 +1,7 @@
|
||||
python -m mlgame \
|
||||
--ws="wss://demo.piesocket.com/v3/jesse?api_key=VCXCEuvhGcBDP7XhiJJUDvR1e1D3eiVjgZ9VRiaV" \
|
||||
-f 30 --nd -1 \
|
||||
-i ../ml/ml_play_template_1P.py \
|
||||
-i ../ml/ml_play_template_2P.py \
|
||||
../ \
|
||||
--frame_limit 300
|
Reference in New Issue
Block a user