tmf.ui: Introduce TmfFileDialogFactory
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / test_traces / testTrace3.xml
1 <!-- ***************************************************************************
2 * Copyright (c) 2016 Ericsson
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *************************************************************************** -->
9 <trace>
10 <event timestamp="1" name="x">
11 <field name="testField" type="double" value="3.141592" />
12 </event>
13 <event timestamp="3" name="x">
14 <field name="testField" type="double" value="2.71828" />
15 </event>
16 <event timestamp="5" name="x">
17 <field name="testField" type="double" value="1.41421" />
18 </event>
19 <event timestamp="7" name="x">
20 <field name="testField" type="double" value="2.68545" />
21 </event>
22 </trace>
This page took 0.03184 seconds and 5 git commands to generate.