Commit 6d1dd4e
RELNOTES[INC]: JSON profile: Use doubles instead of strings for counter series.
Chrome Tracing can render stacked counter series, but only handles them correctly if values are doubles (and not strings).
We want to stack action count and local action cache checks, as well as CPU usage and memory usages.
PiperOrigin-RevId: 496331067
Change-Id: I1370856c1d1f68781bde1cc68286f71a64e1a1801 parent ba6fcbc commit 6d1dd4e
2 files changed
Lines changed: 18 additions & 8 deletions
File tree
- src
- main/java/com/google/devtools/build/lib/profiler
- test/shell/integration
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | 258 | | |
| 259 | + | |
| 260 | + | |
260 | 261 | | |
261 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
262 | 268 | | |
263 | 269 | | |
264 | 270 | | |
| |||
1211 | 1217 | | |
1212 | 1218 | | |
1213 | 1219 | | |
| 1220 | + | |
| 1221 | + | |
1214 | 1222 | | |
1215 | | - | |
| 1223 | + | |
1216 | 1224 | | |
1217 | 1225 | | |
1218 | 1226 | | |
| |||
1236 | 1244 | | |
1237 | 1245 | | |
1238 | 1246 | | |
1239 | | - | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
1240 | 1250 | | |
1241 | 1251 | | |
1242 | 1252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
0 commit comments