Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h254 int64_t GetSampleTimestamp(int index) const;
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc99 uint64_t ts = v8profile->GetSampleTimestamp(i); in buildInspectorObjectForTimestamps()
/external/v8/src/
Dapi.cc9721 int64_t CpuProfile::GetSampleTimestamp(int index) const { in GetSampleTimestamp() function in v8::CpuProfile