Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.cc411 String16 protocolTitle = helper.firstArgToString("default"); in timeFunction() local
412 if (timelinePrefix) protocolTitle = "Timeline '" + protocolTitle + "'"; in timeFunction()
413 client->consoleTime(toStringView(protocolTitle)); in timeFunction()
417 helper.setDoubleOnMap(timeMap, protocolTitle, client->currentTimeMS()); in timeFunction()
425 String16 protocolTitle = helper.firstArgToString("default"); in timeEndFunction() local
426 if (timelinePrefix) protocolTitle = "Timeline '" + protocolTitle + "'"; in timeEndFunction()
427 client->consoleTimeEnd(toStringView(protocolTitle)); in timeEndFunction()
432 helper.getDoubleFromMap(timeMap, protocolTitle, 0.0); in timeEndFunction()
434 protocolTitle + ": " + String16::fromDouble(elapsed, 3) + "ms"; in timeEndFunction()