Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / v8 / include / v8-profiler.h
index 37392a1..7fc193d 100644 (file)
@@ -17,14 +17,6 @@ struct HeapStatsUpdate;
 
 typedef uint32_t SnapshotObjectId;
 
-typedef struct {
-  /** The 1-based number of the source line where the function originates. */
-  unsigned int line;
-
-  /** The count of samples associated with the source line. */
-  unsigned int ticks;
-} LineTick;
-
 /**
  * CpuProfileNode represents a node in a call graph.
  */
@@ -51,17 +43,6 @@ class V8_EXPORT CpuProfileNode {
    */
   int GetColumnNumber() const;
 
-  /**
-   * Returns the number of the function's source lines that collect the samples.
-   */
-  unsigned int GetHitLineCount() const;
-
-  /** Returns the set of source lines that collect the samples.
-   *  The caller allocates buffer and responsible for releasing it.
-   *  True if all available entries are copied, otherwise false.
-   */
-  bool GetLineTicks(LineTick* entries, unsigned int number) const;
-
   /** Returns bailout reason for the function
     * if the optimization was disabled for it.
     */