2

I found this post How to measure and display the running time of a single test?

But it concerns about sbt approach rather than Eclipse approach.

Community
  • 1
  • 1
Warbean
  • 547
  • 2
  • 5
  • 19
  • The last approach ("_Moreover..._") described in the answer isn't dependent on sbt or even scalatest. – Ed Staub May 09 '15 at 04:47

1 Answers1

1

If you want to use the -Od option (or any other) in an Eclipse invocation of a "main", see the scaladoc for Runner.

The last approach ("Moreover...") described in the answer you referenced isn't dependent on sbt or even scalatest.

Ed Staub
  • 15,480
  • 3
  • 61
  • 91