Searched defs:CpuProfileNode (Results 1 - 1 of 1) sorted by relevance

/external/v8/include/
H A Dv8-profiler.h133 * CpuProfileNode represents a node in a call graph.
135 class V8_EXPORT CpuProfileNode { class in namespace:v8
214 const CpuProfileNode* GetChild(int index) const;
234 const CpuProfileNode* GetTopDownRoot() const;
246 const CpuProfileNode* GetSample(int index) const;

Completed in 52 milliseconds