fix units

This commit is contained in:
João Ferreira 2020-03-19 15:20:22 +00:00 committed by GitHub
parent 030252b653
commit 09b2113379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import sbt.util.{ Level, Logger }
* This class is activated by adding -Dsbt.task.timings=true to the JVM options. * This class is activated by adding -Dsbt.task.timings=true to the JVM options.
* Formatting options: * Formatting options:
* - -Dsbt.task.timings.on.shutdown=true|false * - -Dsbt.task.timings.on.shutdown=true|false
* - -Dsbt.task.timings.unit=ns|µs|ms|sec * - -Dsbt.task.timings.unit=ns|us|ms|s
* - -Dsbt.task.timings.threshold=number * - -Dsbt.task.timings.threshold=number
* @param reportOnShutdown Should the report be given when exiting the JVM (true) or immediately (false)? * @param reportOnShutdown Should the report be given when exiting the JVM (true) or immediately (false)?
*/ */