Update apu_se.py to remove part not needed

Change-Id: I06df4e0a67ccd2b7a45296ff65bf26c2b465a934
This commit is contained in:
Jarvis Jia
2024-06-12 15:54:13 -05:00
parent 4fea51b598
commit 0ebcddea95

View File

@@ -1032,10 +1032,6 @@ while True:
print("GPU Blit Kernel Completed dump and reset")
m5.stats.dump()
m5.stats.reset()
elif "Skipping GPU Kernel" in exit_event.getCause():
print("Skipping GPU Kernel dump and reset")
m5.stats.dump()
m5.stats.reset()
elif "workbegin" in exit_event.getCause():
print("m5 work begin dump and reset")
m5.stats.dump()