Enjoy.
world
Del()
WriteToProfile()
..()
proc
BeginProfile()
Profile(PROFILE_START, "json")
log << "Profiling World"
WriteToProfile(profile = "profile")
fdel("Data/Logs/[profile].json")
text2file(Profile(PROFILE_REFRESH, "json"), "Data/Logs/[profile].json")
mob/Admin/verb/WriteProfile()
world.WriteToProfile()