Skip to content

jesup/Gecko-Profiler-Addon

 
 

Repository files navigation

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. Use the bootstrap.sh script

  or do it manually,

1. `cd /path/to/Gecko-Profiler-Addon`
2. `git clone https://github.com/mozilla/addon-sdk sdk && cd sdk`
   `git checkout 1.13.2` (the latest SDK version)
   `cd ..`
3. `mkdir packages && 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. `cd sdk && . bin/activate && cd ..`
5. `cfx xpi`

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.0%
  • C 14.8%
  • C++ 11.5%
  • CSS 2.1%
  • Shell 1.6%