struct Protocol::Profiler::ConsoleProfileStarted
- Protocol::Profiler::ConsoleProfileStarted
- Struct
- Value
- Object
Overview
Sent when new profile recording is started using console.profile() call.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/profiler.crConstructors
Instance Method Summary
- #id : String
-
#location : Debugger::Location
Location of console.profile().
-
#title : String | Nil
Profile title passed as an argument to console.profile().