Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8WindowShell.cpp279 …double contextCreationDurationInMilliseconds = (currentTime() - contextCreationStartInSeconds) * 1… in createContext() local
283 …Platform::current()->histogramCustomCounts(histogramName, contextCreationDurationInMilliseconds, 0… in createContext()