-
- Downloads
[SPARK-9018] [MLLIB] add stopwatches
Add stopwatches for easy instrumentation of MLlib algorithms. This is based on the `TimeTracker` used in decision trees. The distributed version uses Spark accumulator. jkbradley Author: Xiangrui Meng <meng@databricks.com> Closes #7415 from mengxr/SPARK-9018 and squashes the following commits: 40b4347 [Xiangrui Meng] == -> === c477745 [Xiangrui Meng] address Joseph's comments f981a49 [Xiangrui Meng] add stopwatches
Showing
- mllib/src/main/scala/org/apache/spark/ml/util/stopwatches.scala 151 additions, 0 deletions...src/main/scala/org/apache/spark/ml/util/stopwatches.scala
- mllib/src/test/scala/org/apache/spark/ml/util/StopwatchSuite.scala 109 additions, 0 deletions.../test/scala/org/apache/spark/ml/util/StopwatchSuite.scala
Please register or sign in to comment