mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Remove duplicate profile stats script
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import pstats
|
||||
p = pstats.Stats('profile.dat')
|
||||
p.strip_dirs()
|
||||
p.sort_stats('cumulative')
|
||||
p.print_stats(50)
|
||||
Reference in New Issue
Block a user