module
Azu::DevelopmentTools
Overview
Development tools for performance analysis, profiling, and benchmarking
Defined in:
azu/development_tools.crClass Method Summary
-
.disable_development_mode
Disable development mode
-
.enable_development_mode
Enable development mode with all tools
-
.memory_detector : MemoryLeakDetector
Get global memory leak detector
-
.profile(name : String, & : -> T) : T forall T
Profile a block of code (convenience method)
-
.profiler : Profiler
Get global profiler instance
Class Method Detail
def self.profile(name : String, & : -> T) : T forall T
#
Profile a block of code (convenience method)