wip stackoverflow debug
This commit is contained in:
parent
3e1775428d
commit
fd269b491d
5 changed files with 37 additions and 9 deletions
7
justfile
7
justfile
|
|
@ -21,3 +21,10 @@ trainbot:
|
|||
#python ./store/python/trainModel.py
|
||||
# cargo run --bin=train_dqn # ok
|
||||
cargo run --bin=train_dqn_burn
|
||||
debugtrainbot:
|
||||
cargo build --bin=train_dqn_burn
|
||||
RUST_BACKTRACE=1 LD_LIBRARY_PATH=./target/debug ./target/debug/train_dqn_burn
|
||||
profiletrainbot:
|
||||
echo '1' | sudo tee /proc/sys/kernel/perf_event_paranoid
|
||||
cargo build --profile profiling --bin=train_dqn_burn
|
||||
LD_LIBRARY_PATH=./target/debug samply record ./target/profiling/train_dqn_burn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue