Adds debug log to the profiler

This commit is contained in:
Werner
2022-01-23 02:21:47 +01:00
parent 3db8dc4e27
commit d4819e5472

View File

@@ -44,6 +44,7 @@ var/datum/controller/subsystem/profiler/SSprofiler
last_fire_rt = .
/datum/controller/subsystem/profiler/proc/DumpData()
log_debug("Profiler: dump profile after CPU spike.")
admin_notice(SPAN_DANGER("Profiler: dump profile after CPU spike."), R_SERVER|R_DEV)
var/name = "[game_id]_[time2text(world.timeofday, "hh-mm-ss")]"