2012-05-29 19:52:43 +04:00
|
|
|
/* 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/. */
|
2011-11-05 01:07:50 +04:00
|
|
|
|
|
|
|
"use strict";
|
|
|
|
|
|
|
|
const Cc = Components.classes;
|
|
|
|
const Ci = Components.interfaces;
|
|
|
|
const Cr = Components.results;
|
|
|
|
|
2012-10-31 20:13:28 +04:00
|
|
|
this.EXPORTED_SYMBOLS = ["Profiler"];
|
2011-11-05 01:07:50 +04:00
|
|
|
|
2012-10-31 20:13:28 +04:00
|
|
|
this.Profiler = {
|
2011-11-05 01:07:50 +04:00
|
|
|
|
|
|
|
};
|
|
|
|
|