Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-profiler.h208 int64_t GetSampleTimestamp(int index) const;
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc116 uint64_t ts = v8profile->GetSampleTimestamp(i); in buildInspectorObjectForTimestamps()
/third_party/node/deps/v8/src/api/
Dapi.cc9856 int64_t CpuProfile::GetSampleTimestamp(int index) const { in GetSampleTimestamp() function in v8::CpuProfile