https://profiler.firefox.com/

Copy link

The outgoing links identified from the page

LinkText
https://github.com/firefox-devtools/profiler
https://chromewebstore.google.com/detail/firefox-profiler/ljmahpnflmbkgaipnfbpgjipcnahlghn⁨Firefox Profiler⁩ extension for Chrome
https://chromewebstore.google.com/detail/firefox-profiler/ljmahpnflmbkgaipnfbpgjipcnahlghn+Install the Chrome extension
https://developer.android.com/studio/profile/cpu-profilerAndroid Studio
https://valgrind.org/docs/manual/dh-manual.htmldhat format
https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/previewGoogle’s Trace Event Format
https://github.com/firefox-devtools/profiler/blob/main/docs-developer/custom-importer.mdLearn how to write your own importer
https://www.mozilla.org/about/legal/terms/mozillaLegal
https://www.mozilla.org/privacy/websitesPrivacy
https://www.mozilla.org/privacy/websites/#cookiesCookies

JavaScript Variables · 25 found

Copy link

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
webpackChunkobject
setImmediatefunction
clearImmediatefunction
connectToGeckoProfilerfunction
geckoProfilerPromiseobject
profileinaccessible (Tried to access the profile before it was loaded.)
filteredThreadinaccessible (Attempted to get a thread index before a profile was loaded.)

Console log messages · 2 found

Copy link

Messages logged to the web console

LevelSourceMessage
logother
URL
https://profiler.firefox.com/main.aea386f0726a55caa88a.bundle.js
Text
%c __ _ __ / _(_) / _| | |_ _ _ __ ___| |_ _____ __ | _| | '__/ _ \ _/ _ \ \/ / | | | | | | __/ || (_) > < __ _ _ |_| |_|_| \___|_| \___/_/\_\ / _(_) | ,. ,. _ __ _ __ ___ | |_ _| | ___ _ _ | \ / | | '_ \| '__/ _ \| _| | |/ _ \ '_| |/ \ _ / \| | |_) | | | (_) | | | | | __/ | | | | .__/|_| \___/|_| |_|_|\___|_| / - - \ |_| ,- V__V -. -= __- * - .,=- `\_ - _/ `-----' font-family: Menlo, monospace;
logother
URL
https://profiler.firefox.com/main.aea386f0726a55caa88a.bundle.js
Text
%cThe following profiler information and tools are available via the console:%c %cwindow.profile%c - The currently loaded profile %cwindow.filteredThread%c - The current filtered thread %cwindow.filteredMarkers%c - The current filtered and processed markers %cwindow.selectedMarker%c - The selected processed marker in the current thread %cwindow.callTree%c - The call tree of the current filtered thread %cwindow.getState%c - The function that returns the current Redux state. %cwindow.selectors%c - All the selectors that are used to get data from the Redux state. %cwindow.dispatch%c - The function to dispatch a Redux action to change the state. %cwindow.actions%c - All the actions that can be dispatched to change the state. %cwindow.experimental%c - The object that holds flags of all the experimental features. %cwindow.togglePseudoLocalization%c - Enable pseudo localizations by passing "accented" or "bidi" to this function, or disable using no parameters. %cwindow.toggleTimelineType%c - Toggle timeline graph type by passing "cpu-category", "category", or "stack". %cwindow.retrieveRawProfileDataFromBrowser%c - Retrieve the profile attached to the current tab and returns it. Use "await" to call it, and use saveToDisk to save it. %cwindow.extractGeckoLogs%c - Retrieve recorded logs in the current range, using the MOZ_LOG format. Use with "copy" or "saveToDisk". %cwindow.saveToDisk%c - Saves to a file the parameter passed to it, with an optional filename parameter. You can use that to save the profile returned by "retrieveRawProfileDataFromBrowser" or the data returned by "extractGeckoLogs". The profile format is documented here: %chttps://github.com/firefox-devtools/profiler/blob/main/docs-developer/processed-profile-format.md%c The CallTree class's source code is available here: %chttps://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/call-tree.js%c font-size: 130%; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-weight: bold; font-style: italic; text-decoration: underline; font-style: italic; text-decoration: underline;

The raw HTML body of the page