Skip to content

Commit

Permalink
Remove expired histograms DirectWrite.Fonts.Proxy.* {Followup}
Browse files Browse the repository at this point in the history
Missed a spot from:
https://chromium-review.googlesource.com/c/chromium/src/+/4749123

Bug: 1447176
Change-Id: I1dbba36019c9f6bdede21a3559a66a9cc57abc90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4986036
Auto-Submit: Ari Chivukula <[email protected]>
Reviewed-by: Dominik Röttsches <[email protected]>
Commit-Queue: Dominik Röttsches <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1217582}
  • Loading branch information
arichiv authored and Chromium LUCI CQ committed Oct 31, 2023
1 parent b1c2782 commit 29fbe4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions content/child/dwrite_font_proxy/dwrite_font_proxy_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,6 @@ const std::u16string& DWriteFontFamilyProxy::GetName() {
}

IDWriteFontFamily* DWriteFontFamilyProxy::LoadFamily() {
// The time needed to lock should be included in the reports. They metrics may
// include entries of almost zero time when |this| is already loaded though.
SCOPED_UMA_HISTOGRAM_TIMER("DirectWrite.Fonts.Proxy.LoadFamilyTime");
TRACE_EVENT0("dwrite,fonts", "DWriteFontFamilyProxy::LoadFamily");

base::AutoLock family_lock(family_lock_);
Expand Down

0 comments on commit 29fbe4d

Please sign in to comment.