mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Remove all C++ telemetry autotimers
This commit is contained in:
parent
8c8145e620
commit
ad782894c8
28 changed files with 37 additions and 119 deletions
|
|
@ -654,8 +654,6 @@ gfxGDIFontList::GetFontSubstitutes()
|
|||
nsresult
|
||||
gfxGDIFontList::InitFontListForPlatform()
|
||||
{
|
||||
Telemetry::AutoTimer<Telemetry::GDI_INITFONTLIST_TOTAL> timer;
|
||||
|
||||
mFontSubstitutes.Clear();
|
||||
mNonExistingFonts.Clear();
|
||||
|
||||
|
|
|
|||
|
|
@ -737,8 +737,6 @@ gfxMacPlatformFontList::InitFontListForPlatform()
|
|||
{
|
||||
nsAutoreleasePool localPool;
|
||||
|
||||
Telemetry::AutoTimer<Telemetry::MAC_INITFONTLIST_TOTAL> timer;
|
||||
|
||||
// reset system font list
|
||||
mSystemFontFamilies.Clear();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue