/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ "use strict";
events: { "profiler-started": {
type: "profiler-started",
entries: Arg(0, "number"),
interval: Arg(1, "number"),
features: Arg(2, "number"),
duration: Arg(3, "nullable:number"), // The `activeTabID` option passed to `profiler_start` is used to // determine the active tab when user starts the profiler. // This is a parameter that is generated on the // server, that's why we don't need to pass anything on `startProfiler` // actor method. But we return this in "profiler-started" event because // client may want to use that value.
activeTabID: Arg(4, "number"),
}, "profiler-stopped": {
type: "profiler-stopped",
},
},
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.