OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_startTime
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
ScriptGCEvent.cpp
43
double ScriptGCEvent::
s_startTime
= 0.0;
87
s_startTime
= WTF::currentTimeMS();
97
(*i)->didGC(
s_startTime
, endTime, collectedBytes);
ScriptGCEvent.h
52
static double
s_startTime
;
Completed in 23 milliseconds