Index: tools/perf/unit-info.json |
diff --git a/tools/perf/unit-info.json b/tools/perf/unit-info.json |
index 6a89b0680e48e56f1be9b61a09451f7295f1b878..c228c447a9eddaa6f75c53a1fb4268cbdd86448a 100644 |
--- a/tools/perf/unit-info.json |
+++ b/tools/perf/unit-info.json |
@@ -55,6 +55,10 @@ |
"frame_time": { |
"improvement_direction": "down" |
}, |
+ "garbage_collections": { |
+ "improvement_direction": "down", |
+ "why": "Number of GCs needed to collect an object. Less is better." |
+ }, |
"Hz": { |
"improvement_direction": "up", |
"why": "Higher frequencies are faster." |