Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
trashman
v1.0.1
CallStack
Time
Span
Trashman
Analyzer
AnalyzerRecord
BaseRecord
Config
DefaultFormatter
Formatter
Ignore
Record
RecordNode
Ref
Statistics
Built with Crystal 1.9.2
2023-10-08 09:29:12 UTC
module
Trashman::Statistics
Defined in:
trashman/statistics.cr
Class Method Summary
.find_record
(callstack : CallStack, ref : T) : Record(T) forall T
.guard=
(guard)
.guard?
.initialize
.on_allocation
(ref, callstack)
.on_finalize
(ref)
.records
Class Method Detail
def self.
find_record
(callstack :
CallStack
, ref : T) :
Record
(T) forall T
#
[
View source
]
def self.
guard=
(guard)
#
[
View source
]
def self.
guard?
#
[
View source
]
def self.
initialize
#
[
View source
]
def self.
on_allocation
(ref, callstack)
#
[
View source
]
def self.
on_finalize
(ref)
#
[
View source
]
def self.
records
#
[
View source
]