tmf: Add an XML trace stub with timestamps in seconds
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / test_traces / testTrace4.xml
CommitLineData
8ab1a965
GB
1<!-- ***************************************************************************
2* Copyright (c) 2014 École Polytechnique de Montréal
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* Contributors:
10 * Geneviève Bastien - Initial API and implementation
11*************************************************************************** -->
12<trace>
eefa5914 13<event timestamp="1" name="entry">
8ab1a965 14<field name="cpu" type="int" value="0" />
55df9717 15<field name="op" type="string" value="op1" />
8ab1a965 16</event>
eefa5914 17<event timestamp="3" name="exit">
8ab1a965
GB
18<field name="cpu" type="int" value="0" />
19<field name="curState" type="string" value="GOOD" />
55df9717 20<field name="op" type="string" value="op1" />
8ab1a965 21</event>
eefa5914 22<event timestamp="5" name="entry">
8ab1a965 23<field name="cpu" type="int" value="0" />
55df9717 24<field name="op" type="string" value="op1" />
8ab1a965 25</event>
eefa5914 26<event timestamp="7" name="exit">
8ab1a965
GB
27<field name="cpu" type="int" value="0" />
28<field name="curState" type="string" value="BAD" />
55df9717 29<field name="op" type="string" value="op1" />
8ab1a965
GB
30</event>
31</trace>
This page took 0.028759 seconds and 5 git commands to generate.