Home
last modified time | relevance | path

Searched refs:protocolTitle (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/inspector/
Dv8-console.cc419 String16 protocolTitle = helper.firstArgToString("default"); in timeFunction() local
420 if (timelinePrefix) protocolTitle = "Timeline '" + protocolTitle + "'"; in timeFunction()
421 client->consoleTime(toStringView(protocolTitle)); in timeFunction()
425 helper.setDoubleOnMap(timeMap, protocolTitle, client->currentTimeMS()); in timeFunction()
433 String16 protocolTitle = helper.firstArgToString("default"); in timeEndFunction() local
434 if (timelinePrefix) protocolTitle = "Timeline '" + protocolTitle + "'"; in timeEndFunction()
435 client->consoleTimeEnd(toStringView(protocolTitle)); in timeEndFunction()
440 helper.getDoubleFromMap(timeMap, protocolTitle, 0.0); in timeEndFunction()
442 protocolTitle + ": " + String16::fromDouble(elapsed) + "ms"; in timeEndFunction()