summaryrefslogtreecommitdiffstats
path: root/tools/profiler/gecko/Profiler.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/profiler/gecko/Profiler.jsm')
-rw-r--r--tools/profiler/gecko/Profiler.jsm16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/profiler/gecko/Profiler.jsm b/tools/profiler/gecko/Profiler.jsm
new file mode 100644
index 000000000..c61218875
--- /dev/null
+++ b/tools/profiler/gecko/Profiler.jsm
@@ -0,0 +1,16 @@
+/* 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";
+
+const Cc = Components.classes;
+const Ci = Components.interfaces;
+const Cr = Components.results;
+
+this.EXPORTED_SYMBOLS = ["Profiler"];
+
+this.Profiler = {
+
+};
+