2018-12-07 17:56:40 +01:00
|
|
|
#!/bin/bash
|
2019-01-30 17:42:25 +01:00
|
|
|
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"
|