зеркало из https://github.com/mozilla/pjs.git
Bug 341767 - Should be able to view profile data immediately
r=silver
This commit is contained in:
Родитель
3ddcd81af0
Коммит
0f16720d97
|
@ -859,6 +859,10 @@ cmd.toggle-show-most-recent.label = E&xclude Duplicates
|
|||
cmd.show-most-recent.params = [<toggle>]
|
||||
cmd.show-most-recent.help = Controls whether the Loaded Scripts view should show only the most recent script from a given URL, or all of them. With this off, you may notice duplicate entries in the Loaded Scripts view. The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state. If <toggle> is not provided, the current state will be displayed.
|
||||
|
||||
cmd.show-profile.label = &Display Profile Data
|
||||
cmd.show-profile.params = [<url> [<...>]]
|
||||
cmd.show-profile.help = Displays the profile data collected for one or more source files specified by <url>. If <url> is not provided, all profile data is saved.
|
||||
|
||||
cmd.startup-init.label = Initialize at &Startup
|
||||
cmd.startup-init.params = [<toggle>]
|
||||
cmd.startup-init.help = Sets the state of the "Initialize at Startup" feature. With this feature enabled, the debugger will begin tracking scripts when the browser is first started, instead of waiting until the user interface is launched. This will allow the script list to display files that were loaded before you started the debugger user interface. This feature incurs a *slight* performance hit. The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state. If <toggle> is not provided, the current state will be displayed.
|
||||
|
|
Загрузка…
Ссылка в новой задаче