com.databricks.spark.sql.perf

cpu

package cpu

A collection of utilities for parsing stacktraces that have been recorded in JSON and generating visualizations on where time is being spent.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cpu
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type FS = AnyRef { ... /* 2 definitions in type refinement */ }

  2. class Profile extends AnyRef

Value Members

  1. def collectLogs(sqlContext: SQLContext, fs: FS, timestamp: Long): String

  2. def getCpuLocation(timestamp: Long): String

  3. lazy val pprof: String

  4. def run(cmds: String*): (Int, String)

Inherited from AnyRef

Inherited from Any

Ungrouped