mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1700625 - Move MOZ_PROFILER_STARTUP_ACTIVE_BROWSING_CONTEXT_ID help to a better spot - r=julienw DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D109676
This commit is contained in:
parent
a598a0c7c5
commit
c5b22960b5
@ -3055,10 +3055,6 @@ static void PrintUsageThenExit(int aExitCode) {
|
||||
" Ignored if MOZ_PROFILER_STARTUP_FEATURES_BITFIELD is set.\n"
|
||||
" If unset, the platform default is used.\n"
|
||||
"\n"
|
||||
" MOZ_PROFILER_STARTUP_ACTIVE_BROWSING_CONTEXT_ID=<Number>\n"
|
||||
" This variable is used to propagate the activeBrowsingContextID of\n"
|
||||
" the profiler init params to subprocesses.\n"
|
||||
"\n"
|
||||
" Features: (x=unavailable, D/d=default/unavailable,\n"
|
||||
" S/s=MOZ_PROFILER_STARTUP extra default/unavailable)\n",
|
||||
unsigned(ActivePS::scMinimumBufferEntries),
|
||||
@ -3087,6 +3083,10 @@ static void PrintUsageThenExit(int aExitCode) {
|
||||
" any of the filters is a case-insensitive substring of the thread\n"
|
||||
" name. If unset, a default is used.\n"
|
||||
"\n"
|
||||
" MOZ_PROFILER_STARTUP_ACTIVE_BROWSING_CONTEXT_ID=<Number>\n"
|
||||
" This variable is used to propagate the activeBrowsingContextID of\n"
|
||||
" the profiler init params to subprocesses.\n"
|
||||
"\n"
|
||||
" MOZ_PROFILER_SHUTDOWN\n"
|
||||
" If set, the profiler saves a profile to the named file on shutdown.\n"
|
||||
"\n"
|
||||
|
Loading…
Reference in New Issue
Block a user