module Azu::DevelopmentTools

Overview

Development tools for performance analysis, profiling, and benchmarking

Defined in:

azu/development_tools.cr

Class Method Summary

Class Method Detail

def self.disable_development_mode #

Disable development mode


[View source]
def self.enable_development_mode #

Enable development mode with all tools


[View source]
def self.memory_detector : MemoryLeakDetector #

Get global memory leak detector


[View source]
def self.profile(name : String, & : -> T) : T forall T #

Profile a block of code (convenience method)


[View source]
def self.profiler : Profiler #

Get global profiler instance


[View source]