mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 15:44:24 +00:00
Display world parsing time
This commit is contained in:
parent
549da2459f
commit
51e8efd8fe
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
import lihzahrd
|
||||
from lihzahrd.timer import Timer
|
||||
|
||||
world = lihzahrd.World.create_from_file("The_Gateway_To_A_New_Future.wld")
|
||||
with Timer("Parse sample world"):
|
||||
world = lihzahrd.World.create_from_file("The_Gateway_To_A_New_Future.wld")
|
||||
|
||||
breakpoint()
|
||||
|
|
Loading…
Reference in a new issue