rra/ilgonmic/statistics
[JS, Statistics] Register absence in legacy webpack [JS, Statistics]Register build metrics reporter service for webpack task [JS, Statistics] Use only bundle size [JS, Statistic] Add bundle size to webpack task [JS, Statistic] Collect information about compilation size [Gradle, JS] Add size metrics Merge-request: KT-MR-6388 Merged-by: Ilya Goncharov <Ilya.Goncharov@jetbrains.com>
This commit is contained in:
@@ -13,6 +13,8 @@ enum class BuildPerformanceMetric(val parent: BuildPerformanceMetric? = null, va
|
||||
LOOKUP_SIZE(CACHE_DIRECTORY_SIZE, "Lookups size", type = SizeMetricType.BYTES),
|
||||
SNAPSHOT_SIZE(CACHE_DIRECTORY_SIZE, "ABI snapshot size", type = SizeMetricType.BYTES),
|
||||
|
||||
BUNDLE_SIZE(readableString = "Total size of the final bundle", type = SizeMetricType.BYTES),
|
||||
|
||||
COMPILE_ITERATION(parent = null, "Total compiler iteration", type = SizeMetricType.NUMBER),
|
||||
|
||||
// Metrics for the `kotlin.incremental.useClasspathSnapshot` feature
|
||||
|
||||
Reference in New Issue
Block a user