[Kapt] Support dumping processors stats to a file
Using the option -Kapt-dump-processor-timings
This commit is contained in:
committed by
Andrey Zinovyev
parent
beba85a848
commit
b8002cb54f
@@ -181,6 +181,13 @@ enum class KaptCliOption(
|
||||
cliToolOption = CliToolOption("-Kapt-show-processor-timings", FLAG)
|
||||
),
|
||||
|
||||
DUMP_PROCESSOR_TIMINGS(
|
||||
"dumpProcessorTimings",
|
||||
"<path>",
|
||||
"Dump processor performance statistics to the specified file",
|
||||
cliToolOption = CliToolOption("-Kapt-dump-processor-timings", VALUE)
|
||||
),
|
||||
|
||||
STRICT_MODE_OPTION(
|
||||
"strict",
|
||||
"true | false",
|
||||
|
||||
Reference in New Issue
Block a user