fun reportStatistics()

in src/main/kotlin/org/jetbrains/kotlin/tools/testutils/OutputPrinterUtils.kt [79:81]


fun reportStatistics(key: String, value: String) {
    printMessage("Reported statistics $key=$value", "##teamcity[buildStatisticValue key='${escapeTcCharacters(key)}' value='${escapeTcCharacters(value)}']")
}