qdel_item ![code/controllers/subsystem/garbage.dm 297](git.png)
Qdel Item: Holds statistics on each type that passes thru qdel
Vars | |
destroy_time | Total amount of milliseconds spent processing this type's Destroy() |
---|---|
failures | Times it was queued for soft deletion but failed to soft delete. |
hard_delete_max | Highest time spent hard_deleting this in ms. |
hard_delete_time | Total amount of milliseconds spent hard deleting this type. |
hard_deletes | Different from failures because it also includes QDEL_HINT_HARDDEL deletions |
hard_deletes_over_threshold | Number of times hard deletes took longer than the configured threshold |
name | Holds the type as a string for this type |
no_hint | Number of times it's not even bother to give a qdel hint |
no_respect_force | Number of times it's not respected force=TRUE |
qdel_flags | Flags related to this type's trip thru qdel. |
qdels | Total number of times it's passed thru qdel. |
slept_destroy | Number of times it's slept in its destroy |
Var Details
destroy_time ![code/controllers/subsystem/garbage.dm 300](git.png)
Total amount of milliseconds spent processing this type's Destroy()
failures ![code/controllers/subsystem/garbage.dm 301](git.png)
Times it was queued for soft deletion but failed to soft delete.
hard_delete_max ![code/controllers/subsystem/garbage.dm 304](git.png)
Highest time spent hard_deleting this in ms.
hard_delete_time ![code/controllers/subsystem/garbage.dm 303](git.png)
Total amount of milliseconds spent hard deleting this type.
hard_deletes ![code/controllers/subsystem/garbage.dm 302](git.png)
Different from failures because it also includes QDEL_HINT_HARDDEL deletions
hard_deletes_over_threshold ![code/controllers/subsystem/garbage.dm 305](git.png)
Number of times hard deletes took longer than the configured threshold
name ![code/controllers/subsystem/garbage.dm 298](git.png)
Holds the type as a string for this type
no_hint ![code/controllers/subsystem/garbage.dm 307](git.png)
Number of times it's not even bother to give a qdel hint
no_respect_force ![code/controllers/subsystem/garbage.dm 306](git.png)
Number of times it's not respected force=TRUE
qdel_flags ![code/controllers/subsystem/garbage.dm 309](git.png)
Flags related to this type's trip thru qdel.
qdels ![code/controllers/subsystem/garbage.dm 299](git.png)
Total number of times it's passed thru qdel.
slept_destroy ![code/controllers/subsystem/garbage.dm 308](git.png)
Number of times it's slept in its destroy