summaryrefslogtreecommitdiffstats
path: root/gfx
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-09-04 10:06:24 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-09-04 10:07:40 +0200
commitb28ab55f9675f2e97dda9a4fcac0d4f5267a2bb9 (patch)
tree0b6e4cfff6c1d4f699aa04c98c27744b4c0c481f /gfx
parent45ec2bceb4822646805136b8874a3681b14e78ef (diff)
parent93cae908bcbd063f21d5663a7d3149464af2ad20 (diff)
downloadUXP-b28ab55f9675f2e97dda9a4fcac0d4f5267a2bb9.tar
UXP-b28ab55f9675f2e97dda9a4fcac0d4f5267a2bb9.tar.gz
UXP-b28ab55f9675f2e97dda9a4fcac0d4f5267a2bb9.tar.lz
UXP-b28ab55f9675f2e97dda9a4fcac0d4f5267a2bb9.tar.xz
UXP-b28ab55f9675f2e97dda9a4fcac0d4f5267a2bb9.zip
Remove all C++ telemetry autotimers
Tag #21
Diffstat (limited to 'gfx')
-rw-r--r--gfx/thebes/gfxGDIFontList.cpp2
-rw-r--r--gfx/thebes/gfxMacPlatformFontList.mm2
2 files changed, 0 insertions, 4 deletions
diff --git a/gfx/thebes/gfxGDIFontList.cpp b/gfx/thebes/gfxGDIFontList.cpp
index cc047ef38..f65334fe6 100644
--- a/gfx/thebes/gfxGDIFontList.cpp
+++ b/gfx/thebes/gfxGDIFontList.cpp
@@ -637,8 +637,6 @@ gfxGDIFontList::GetFontSubstitutes()
nsresult
gfxGDIFontList::InitFontListForPlatform()
{
- Telemetry::AutoTimer<Telemetry::GDI_INITFONTLIST_TOTAL> timer;
-
mFontSubstitutes.Clear();
mNonExistingFonts.Clear();
diff --git a/gfx/thebes/gfxMacPlatformFontList.mm b/gfx/thebes/gfxMacPlatformFontList.mm
index 3d2fcc6a9..4536ab527 100644
--- a/gfx/thebes/gfxMacPlatformFontList.mm
+++ b/gfx/thebes/gfxMacPlatformFontList.mm
@@ -737,8 +737,6 @@ gfxMacPlatformFontList::InitFontListForPlatform()
{
nsAutoreleasePool localPool;
- Telemetry::AutoTimer<Telemetry::MAC_INITFONTLIST_TOTAL> timer;
-
// reset system font list
mSystemFontFamilies.Clear();