mirror of https://github.com/sbt/sbt.git
Fix TaskTimings scaladocs
This commit is contained in:
parent
a6c727a4ae
commit
030252b653
|
|
@ -13,10 +13,10 @@ import sbt.util.{ Level, Logger }
|
|||
|
||||
/**
|
||||
* Measure the time elapsed for running tasks.
|
||||
* This class is activated by adding -Dsbt.task.timing=true to the JVM options.
|
||||
* This class is activated by adding -Dsbt.task.timings=true to the JVM options.
|
||||
* Formatting options:
|
||||
* - -Dsbt.task.timings.on.shutdown=true|false
|
||||
* - -Dsbt.task.timings.unit=number
|
||||
* - -Dsbt.task.timings.unit=ns|µs|ms|sec
|
||||
* - -Dsbt.task.timings.threshold=number
|
||||
* @param reportOnShutdown Should the report be given when exiting the JVM (true) or immediately (false)?
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue