mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
converts our spans (#9185)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
if(mem_count[type] < 10000) mem_count -= type
|
||||
world.log << "[display_bytes(accounted_for)] of memory accounted for"
|
||||
world.log << "Sorting and exporting data"
|
||||
to_world("<span class='alert'>Memory profiler is exporting data. Expect server to freeze for 10-30 seconds.</span>")
|
||||
to_world(span_alert("Memory profiler is exporting data. Expect server to freeze for 10-30 seconds."))
|
||||
sortTim(types_count, /proc/cmp_numeric_desc, TRUE)
|
||||
var/output = ""
|
||||
for(var/type in types_count)
|
||||
|
||||
Reference in New Issue
Block a user