OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSamplingInterval
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/inspector/
v8-profiler-agent-impl.h
36
Response
setSamplingInterval
(int) override;
v8-profiler-agent-impl.cc
226
Response V8ProfilerAgentImpl::
setSamplingInterval
(int interval) {
230
m_profiler->
SetSamplingInterval
(interval);
243
if (interval) m_profiler->
SetSamplingInterval
(interval);
Completed in 5598 milliseconds