OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:requestHeapStatsUpdate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptProfiler.cpp
230
unsigned ScriptProfiler::
requestHeapStatsUpdate
(ScriptProfiler::OutputStream* stream)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp
138
m_heapProfilerAgent->
requestHeapStatsUpdate
();
173
void InspectorHeapProfilerAgent::
requestHeapStatsUpdate
()
178
SnapshotObjectId lastSeenObjectId = ScriptProfiler::
requestHeapStatsUpdate
(&stream);
198
requestHeapStatsUpdate
();
Completed in 171 milliseconds