Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc85 v8::CpuProfile* v8profile) { in buildInspectorObjectForSamples() argument
87 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForSamples()
89 array->addItem(v8profile->GetSample(i)->GetNodeId()); in buildInspectorObjectForSamples()
94 v8::CpuProfile* v8profile) { in buildInspectorObjectForTimestamps() argument
96 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForTimestamps()
97 uint64_t lastTime = v8profile->GetStartTime(); in buildInspectorObjectForTimestamps()
99 uint64_t ts = v8profile->GetSampleTimestamp(i); in buildInspectorObjectForTimestamps()
115 v8::Isolate* isolate, v8::CpuProfile* v8profile) { in createCPUProfile() argument
117 flattenNodesTree(isolate, v8profile->GetTopDownRoot(), nodes.get()); in createCPUProfile()
120 .setStartTime(static_cast<double>(v8profile->GetStartTime())) in createCPUProfile()
[all …]