author | Matti Laitinen <matti.t.laitinen@nokia.com> |
Wed, 23 Jun 2010 13:57:56 +0300 | |
changeset 9 | 14dc2103a631 |
permissions | -rw-r--r-- |
9
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
2 |
<html> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
3 |
<head> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
4 |
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
5 |
<title>TraceAnalyser overview</title> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
6 |
<link href="../../book.css" type="text/css" rel="stylesheet"></head> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
7 |
<body><h2>TraceAnalyser overview</h2> <p>TraceAnalyser is a tool that enables |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
8 |
you to supervise the target application's time consumption during an operation, |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
9 |
or supervise parameters in Open System Trace (OST) traces. </p><p>With this |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
10 |
tool, you can create a set of rules that define: </p><ul> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
11 |
<li>the order and maximum delay between two operations that are traced (see |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
12 |
example scenario below). </li> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
13 |
<li>a desired range for parameter values (for example, <i>"The first parameter |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
14 |
of Trace A should be at least 150"</i>). </li> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
15 |
</ul><p>TraceAnalyser lists both passed and failed events to the main view, |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
16 |
along with other information such as the pass rate. See the following example: |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
17 |
</p><p><img src="images\dg_mainview.png" alt="Sample view of data filled in on the tabbed view."></p><p> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
18 |
If a rule fails (for example, the interval between operations is longer than |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
19 |
defined), you can view more information about the violation on the <b>Fail |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
20 |
Log</b> tab.</p><p>You can also view history graphs of the defined rules, |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
21 |
to see how the performance of your application has changed over time. </p><h3><a |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
22 |
name="case1"></a>Example: Analysing timings in a camera application</h3><p> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
23 |
When developing a camera application, you might want to define the following |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
24 |
kind of rule: </p><p><i>“Taking a picture should not take longer than |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
25 |
5 seconds.”</i></p><p>To monitor this programmatically, you can instrument |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
26 |
your code so that OST trace is placed to capture the key press for taking |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
27 |
a picture, and another where the taken picture is shown to the user. The corresponding |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
28 |
rule would then state that these actions must occur within 5 seconds. </p><h5> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
29 |
Related Tasks</h5><ul> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
30 |
<li><a href="../tasks/creating_rules.htm">Creating tracing rules</a></li> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
31 |
<li><a href="../tasks/modifying_rules.htm">Modifying rules</a></li> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
32 |
<li><a href="../tasks/viewing_failed_cases.htm">Viewing the log of failed rules |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
33 |
<li><a href="../tasks/viewing_the_history.htm">Viewing the rule history</a></li> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
34 |
</a></li> |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
35 |
</ul><div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
14dc2103a631
TraceAnalyser 1.0.5
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
diff
changeset
|
36 |
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> </body></html> |