Files
OpenRAM/compiler/run_profile.sh
T

4 lines
166 B
Bash
Raw Normal View History

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