xml.ui: add icon for TimeGraphView
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / test_traces / testTrace5.xml
1 <!-- ***************************************************************************
2 * Copyright (c) 2014 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="entry" source="0">
11 <field name="cpu" type="int" value="0" />
12 </event>
13 <event timestamp="3" name="entry" source="0">
14 <field name="cpu" type="int" value="0" />
15 </event>
16 <event timestamp="5" name="entry" source="0">
17 <field name="cpu" type="int" value="0" />
18 </event>
19 <event timestamp="7" name="exit" source="0">
20 <field name="cpu" type="int" value="0" />
21 </event>
22 </trace>
This page took 0.031362 seconds and 5 git commands to generate.