ABOUT ===== Gecko has built-in cross platform profiling support. This extension is designed to provide a front end to this profiling support. For more details see: https://developer.mozilla.org/en/Performance/Profiling_with_the_Built-in_Profiler PLATFORM ======== For the platform support see 'tools/profiler' in gecko. INSTALLING ========== In order to install this add-on, you need a copy of the add-on SDK. Please do the following: 1. `cd /path/to/Gecko-Profiler-Addon` 2. `git clone https://github.com/mozilla/addon-sdk sdk && cd sdk` 2. `git checkout 1.10` (the latest SDK version) 3. `cd packages` `git clone https://github.com/erikvold/vold-utils-jplib` `git clone https://github.com/erikvold/xulkeys-jplib` `git clone https://github.com/voldsoftware/toolbarbutton-jplib.git` `cd ..` 4. `. bin/activate` 5. `cd ..` 6. `cfx xpi`