Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc102 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForSamples()
111 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForTimestamps()
/external/v8/include/
Dv8-profiler.h227 int GetSamplesCount() const;
/external/v8/src/
Dapi.cc10108 int CpuProfile::GetSamplesCount() const { in GetSamplesCount() function in v8::CpuProfile