Uh oh!
There was an error while loading. Please reload this page.
[SPARK-9140][MLlib] Replace TimeTracker by Stopwatch - #7871
Conversation
SparkQA
commented
Aug 2, 2015
Test build #39431 has finished for PR 7871 at commit
|
SparkQA
commented
Aug 2, 2015
Test build #39433 has finished for PR 7871 at commit
|
mengxr
commented
Aug 2, 2015
@hhbyyh Could you post the exception you saw? |
hhbyyh
commented
Aug 3, 2015
Oh I should have made it more clear. @mengxr An example: will throw
|
rxin
commented
Jun 15, 2016
@hhbyyh thanks for the pull request. I'm going through a list of pull requests to cut them down since the sheer number is breaking some of the tooling we have. Due to lack of activity on this pull request, I'm going to push a commit to close it. Feel free to reopen it or create a new one. |
MechCoder
commented
Jul 19, 2016
@hhbyyh What is your opinion about renaming |
jira: https://issues.apache.org/jira/browse/SPARK-9140
We can replace TImeTracker in tree implementations by Stopwatch. The initial PR could use local stopwatches only.
With the current API of MultiStopwatch:
just for simplification.
next: Shall we keep TimeTracker ?