Revision: 12410
Author:   [email protected]
Date:     Wed Aug 29 09:12:23 2012
Log:      Remove obsolete method declarations from HeapEntry class.

BUG=none
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10892033
http://code.google.com/p/v8/source/detail?r=12410

Modified:
 /branches/bleeding_edge/include/v8-profiler.h

=======================================
--- /branches/bleeding_edge/include/v8-profiler.h       Thu Jul 26 02:18:09 2012
+++ /branches/bleeding_edge/include/v8-profiler.h       Wed Aug 29 09:12:23 2012
@@ -281,32 +281,12 @@
   /** Returns node's own size, in bytes. */
   int GetSelfSize() const;

-  /**
-   * Returns node's retained size, in bytes. That is, self + sizes of
-   * the objects that are reachable only from this object. In other
-   * words, the size of memory that will be reclaimed having this node
-   * collected.
-   */
-  int GetRetainedSize() const;
-
   /** Returns child nodes count of the node. */
   int GetChildrenCount() const;

   /** Retrieves a child by index. */
   const HeapGraphEdge* GetChild(int index) const;

-  /** Returns retainer nodes count of the node. */
-  int GetRetainersCount() const;
-
-  /** Returns a retainer by index. */
-  const HeapGraphEdge* GetRetainer(int index) const;
-
-  /**
-   * Returns a dominator node. This is the node that participates in every
-   * path from the snapshot root to the current node.
-   */
-  const HeapGraphNode* GetDominatorNode() const;
-
   /**
    * Finds and returns a value from the heap corresponding to this node,
    * if the value is still reachable.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to