mirror of https://github.com/VLSIDA/OpenRAM.git
Remove duplicate profile stats script
This commit is contained in:
parent
52a02a68de
commit
638afaeb31
|
|
@ -1,5 +0,0 @@
|
||||||
import pstats
|
|
||||||
p = pstats.Stats('profile.dat')
|
|
||||||
p.strip_dirs()
|
|
||||||
p.sort_stats('cumulative')
|
|
||||||
p.print_stats(50)
|
|
||||||
Loading…
Reference in New Issue