forked from bgirard/Gecko-Profiler-Addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (26 loc) · 949 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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`