module PerfTools

Overview

An assortment of tools to track resources in Crystal applications.

NOTE The tools must be required separately; doing require "perf_tools" will not enable any of the tools.

Defined in:

perf_tools.cr
perf_tools/common.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.unwind_to(buf : Slice(Pointer(Void))) : Nil #

[View source]