struct Protocol::Profiler::ConsoleProfileStarted

Overview

Sent when new profile recording is started using console.profile() call.

Included Modules

Defined in:

protocol/profiler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : String #

[View source]
def location : Debugger::Location #

Location of console.profile().


[View source]
def title : String | Nil #

Profile title passed as an argument to console.profile().


[View source]