equal
deleted
inserted
replaced
|
1 # uprofiler.cif |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 ==name uprofiler |
|
14 |
|
15 ==short-description |
|
16 |
|
17 Start or stop the uprofiler-compatible atrace sampler. |
|
18 |
|
19 ==long-description |
|
20 |
|
21 This will also modify the EProfiling BTrace category. |
|
22 |
|
23 ==argument enum command |
|
24 |
|
25 Whether to start or stop the profiler. |
|
26 |
|
27 ==enum-value start |
|
28 |
|
29 ==enum-value stop |
|
30 |
|
31 ==argument int rate optional |
|
32 |
|
33 Sampling frequency rate, in Hertz. Must be between 1 and 1000 (to give sample period of 1s down to 1ms). For compatability it is recommended that this argument is always specified when doing a uprofiler start, and always be set to 1000. |
|
34 |
|
35 ==option bool v verbose |
|
36 |
|
37 This option is accepted for compatibility with symbian uprofiler.exe. It has no effect. For maximum compatibility, only the short form -v should be used. |
|
38 |
|
39 ==copyright |
|
40 |
|
41 Copyright (c) 2009-2010 Accenture. All rights reserved. |
|
42 |