Bug 1609659 - Rename "TTFI" marker to "TimeToFirstInteractive (TTFI)". r=gerald

Depends on D60232

Differential Revision: https://phabricator.services.mozilla.com/D60233

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nazım Can Altınova 2020-01-17 21:27:05 +00:00
parent 551cb5c008
commit 4c5b7c4344

View File

@ -367,7 +367,7 @@ void nsDOMNavigationTiming::TTITimeout(nsITimer* aTimer) {
int(elapsedLongTask.ToMilliseconds()), spec.get());
PROFILER_ADD_MARKER_WITH_PAYLOAD(
"TTFI", DOM, TextMarkerPayload,
"TimeToFirstInteractive (TTFI)", DOM, TextMarkerPayload,
(marker, mNavigationStart, mTTFI,
profiler_get_inner_window_id_from_docshell(mDocShell)));
}