@@ -23,26 +23,15 @@ import GroupProjectsChart from "../charts/GroupProjectsChart.vue"
2323import DashboardPage from " ../common/DashboardPage.vue"
2424
2525const metricsDeclaration = [
26- [" resolve.project.time.ms" ],
27- [" max.used.memory.mb" ],
28- [" used.at.exit.mb" ],
29- [" building.project.with.aspect.time.ms" ],
30- [" mapping.to.internal.model.time.ms" ],
31- [" parsing.aspect.outputs.time.ms" ],
32- [" create.modules.time.ms" ],
33- [" reading.aspect.output.paths.time.ms" ],
34- [" fetching.all.possible.target.names.time.ms" ],
35- [" discovering.supported.external.rules.time.ms" ],
36- [" select.targets.time.ms" ],
37- [" libraries.from.jdeps.time.ms" ],
38- [" libraries.from.targets.and.deps.time.ms" ],
26+ [" Calculating external repository mapping" ],
27+ [" Realizing language aspect files from templates" ],
28+ [" resolve.project.time.ms" , " Resolve project" ],
29+ [" building.project.with.aspect.time.ms" , " Building project with aspect" ],
30+ [" mapping.to.internal.model.time.ms" , " Mapping to internal model" ],
31+ [" parsing.aspect.outputs.time.ms" , " Parsing aspect outputs" ],
32+ [" discovering.supported.external.rules.time.ms" , " Discovering supported external rules" ],
33+ [" select.targets.time.ms" , " Select targets" ],
3934 [" build.dependency.tree.time.ms" ],
40- [" build.reverse.sources.time.ms" ],
41- [" targets.as.libraries.time.ms" ],
42- [" create.ap.libraries.time.ms" ],
43- [" create.kotlin.stdlibs.time.ms" ],
44- [" save.invalid.target.labels.time.ms" ],
45- [" libraries.from.transitive.compile-time.jars.time.ms" ],
4635 [" bsp.sync.project.ms" ],
4736 [" bsp.used.at.exit.mb" , " bsp.used.after.sync.mb" ],
4837 [" bsp.used.after.indexing.mb" ],
@@ -54,7 +43,6 @@ const metricsDeclaration = [
5443 [" add.bsp.fetched.jdks.ms" ],
5544 [" create.target.id.to.module.entities.map.ms" ],
5645 [" load.modules.ms" ],
57- [" calculate.all.unique.jdk.infos.ms" ],
5846]
5947
6048interface BazelCharts {
0 commit comments