Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use TotalMilliseconds instead of TimeSpan in delay telemetry (#76309)
Just noticed that recent telemetry change #76045 uses Timestamp to report delay, e.g. `00:00:00.0006369`. Processing timestamp is expensive. I'm updating telemetry to use `double TotalMillseconds`, e.g. `68.9512` (sic, this example is pasted from a different measurement)
- Loading branch information