0
Files
src/net
Daniel Rubery 4e6f903227 Add metrics for session storage
This CL adds two metrics related to session persistence:
- Net.DeviceBoundSessions.SessionStoreLoadDuration for how long it takes
  to load sessions.
- Net.DeviceBoundSessions.SessionStoreLoadSuccess for the success rate
  of loading sessions.

Bug: 388557900
Change-Id: I539df8f6e8271fe1f271667d60843fc06b0ad4e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6288998
Reviewed-by: Charlie Harrison <csharrison@chromium.org>
Reviewed-by: thefrog <thefrog@chromium.org>
Commit-Queue: Daniel Rubery <drubery@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1423445}
2025-02-21 15:10:18 -08:00
..
2025-01-23 23:30:53 -08:00
2025-02-09 19:32:00 -08:00
2025-02-19 15:11:38 -08:00
2025-02-13 16:18:55 -08:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.