| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
I think I like it, can you add screenshot links (e.g. snipboard.io) of before/after in the Perfetto UI to the CL desc?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I think I like it, can you add screenshot links (e.g. snipboard.io) of before/after in the Perfetto UI to the CL desc?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[tracing] Fold file tracing directly into base/ using Perfetto Flows.
Track::FromPointer is problematic because they alias due to
pointer reuse. Meanwhile, those events are synchronous.
This CL simplifies file tracing to emit events directly,
on-thread, and uses flow to link operations for the same file.
ScopedEnabler events are removed because they are redundant.
Before: https://screenshot.googleplex.com/8gPBRVaoYatjQj4
After: https://screenshot.googleplex.com/6WoJ9yRwnYWrrtY
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |