Searched refs:v8profile (Results 1 – 1 of 1) sorted by relevance
85 v8::CpuProfile* v8profile) { in buildInspectorObjectForSamples() argument87 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForSamples()89 array->addItem(v8profile->GetSample(i)->GetNodeId()); in buildInspectorObjectForSamples()94 v8::CpuProfile* v8profile) { in buildInspectorObjectForTimestamps() argument96 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() argument117 flattenNodesTree(isolate, v8profile->GetTopDownRoot(), nodes.get()); in createCPUProfile()120 .setStartTime(static_cast<double>(v8profile->GetStartTime())) in createCPUProfile()[all …]