HomeSort by relevance Sort by last modified time
    Searched defs:CpuProfileNode (Results 1 - 2 of 2) sorted by null

  /external/v8/include/
v8-profiler.h 69 * CpuProfileNode represents a node in a call graph.
71 class V8EXPORT CpuProfileNode {
110 const CpuProfileNode* GetChild(int index) const;
130 const CpuProfileNode* GetBottomUpRoot() const;
133 const CpuProfileNode* GetTopDownRoot() const;
  /external/chromium_org/v8/include/
v8-profiler.h 41 * CpuProfileNode represents a node in a call graph.
43 class V8_EXPORT CpuProfileNode {
95 const CpuProfileNode* GetChild(int index) const;
114 const CpuProfileNode* GetTopDownRoot() const;
126 const CpuProfileNode* GetSample(int index) const;

Completed in 205 milliseconds