| Commit-Queue | +1 |
Aldo Culquicondorhistograms.xml
- LGTM
CL Description
From the time of the Glic instance creation until entering the
kBeginLoad state.This seems like an incomplete sentence? Should it start with "This CL adds metrics capturing the duration from the time..."
Even better would be something like:
```
Glic: Add metric for webui initialization.This CL adds the following metrics:
- Foo - Captures the time, in units, it takes to Foo, from creating to commit.
- Bar - Captures the time, in units, it takes to Bar, from load starts, to commit.
- ```
Sorry, that was the old CL description. Please see the update.
However, I don't see the need to list every histogram in the description, when they are properly documented in code.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Aldo Culquicondorhistograms.xml
- LGTM
CL Description
From the time of the Glic instance creation until entering the
kBeginLoad state.This seems like an incomplete sentence? Should it start with "This CL adds metrics capturing the duration from the time..."
Even better would be something like:
```
Glic: Add metric for webui initialization.This CL adds the following metrics:
- Foo - Captures the time, in units, it takes to Foo, from creating to commit.
- Bar - Captures the time, in units, it takes to Bar, from load starts, to commit.
- ```
Sorry, that was the old CL description. Please see the update.
However, I don't see the need to list every histogram in the description, when they are properly documented in code.
From the time of the web contents creation until the page load
completes.
Starting the sentence with `From` results in a sentence which is not well-formed.
Replace `From` with `Log` or `Capture` and optionally replace `of` with `from`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Aldo Culquicondorhistograms.xml
- LGTM
CL Description
From the time of the Glic instance creation until entering the
kBeginLoad state.This seems like an incomplete sentence? Should it start with "This CL adds metrics capturing the duration from the time..."
Even better would be something like:
```
Glic: Add metric for webui initialization.This CL adds the following metrics:
- Foo - Captures the time, in units, it takes to Foo, from creating to commit.
- Bar - Captures the time, in units, it takes to Bar, from load starts, to commit.
- ```
Roger McFarlaneSorry, that was the old CL description. Please see the update.
However, I don't see the need to list every histogram in the description, when they are properly documented in code.
From the time of the web contents creation until the page load
completes.Starting the sentence with `From` results in a sentence which is not well-formed.
Replace `From` with `Log` or `Capture` and optionally replace `of` with `from`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
perfetto::Category("glic"),Could you add a short description of what events this includes? (and what glic stands for)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Could you add a short description of what events this includes? (and what glic stands for)
It felt a bit redudant to me, as we have glic folders, but I guess not everyone knows what glic is.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Glic: Add metrics and traces for webui initialization
Track the time time from the web contents creation until the navigation
commits and from then until the page load completes.
Also added a dedicated glic category.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |