bazelbuild/bazel

place "Garbage Collector" profile track near system stats

Aberta

#29.310 aberto em 15 de abr. de 2026

 (2 comentários) (0 reação) (0 responsável)Java (4.465 forks)batch import
P4help wantedteam-Remote-Exectype: feature request

Métricas do repositório

Stars
 (25.384 estrelas)
Métricas de merge de PR
 (Mesclagem média 22d 20h) (77 fundiu PRs em 30d)

Description

The "Garbage Collector" profile track is sorted to the top of the perfetto UI by https://github.com/bazelbuild/bazel/blob/ee72e6ddbcf19db6e4ddf127bde56ca5676de780/src/main/java/com/google/devtools/build/lib/profiler/ThreadMetadata.java#L89. In paticular, it's often useful to examine the GC track in conjunction with the memory tracks. While it's possible to reorganize the tracks in the Perfetto UI, I propose to move the GC track down by the rest of the system stats by default.

Guia do colaborador