Add debug light source/corner/overlay instance count

This commit is contained in:
Tigercat2000
2017-02-12 17:30:10 -08:00
parent a35b800585
commit 577df3de36
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -91,6 +91,9 @@
/datum/controller/process/lighting/statProcess()
..()
stat(null, "[all_lighting_sources.len] light sources exist")
stat(null, "[all_lighting_corners.len] light corners exist")
stat(null, "[global.all_lighting_overlays.len] light overlays exist")
stat(null, "[lighting_update_lights.len] lighting sources queued")
stat(null, "[lighting_update_corners.len] lighting corners queued")
stat(null, "[lighting_update_overlays.len] lighting overlays queued")