OpenRAM/compiler/run_profile.sh

4 lines
170 B
Bash
Raw Normal View History

2018-12-07 17:56:40 +01:00
#!/bin/bash
python3 -m cProfile -o profile.dat ./openram.py example_configs/medium_config_scn4m_subm.py -v | tee -i medium.log
2018-12-07 17:56:40 +01:00
echo "Run view_profile.py to view results"