Profiler.consoleProfileFinished
{
"name": "consoleProfileFinished",
"parameters": [
{
"name": "id",
"type": "string"
},
{
"name": "location",
"$ref": "Debugger.Location",
"description": "Location of console.profileEnd()."
},
{
"name": "profile",
"$ref": "Profile"
},
{
"name": "title",
"type": "string",
"optional": true,
"description": "Profile title passed as an argument to console.profile()."
}
]
}