File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
4
5
5
"""
6
- module to handle Gecko profilling .
6
+ module to handle Gecko profiling .
7
7
"""
8
8
from __future__ import absolute_import
9
9
23
23
24
24
class GeckoProfile (object ):
25
25
"""
26
- Handle Gecko profilling .
26
+ Handle Gecko profiling .
27
27
28
28
This allow to collect Gecko profiling data and to zip results in one file.
29
29
"""
Original file line number Diff line number Diff line change 3
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
4
5
5
"""
6
- module to handle Gecko profilling .
6
+ module to handle Gecko profiling .
7
7
"""
8
8
from __future__ import absolute_import
9
9
21
21
22
22
class GeckoProfile (object ):
23
23
"""
24
- Handle Gecko profilling .
24
+ Handle Gecko profiling .
25
25
26
26
This allow to collect Gecko profiling data and to zip results in one file.
27
27
"""
You can’t perform that action at this time.
0 commit comments