struct Protocol::Profiler::ConsoleProfileFinished

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.profileEnd().


[View source]
def profile : Profile #

[View source]
def title : String | Nil #

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


[View source]