Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5c4d51efc42360d8aa77f05c28d7b4d46538d41d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>Events View</title>
</head>

<body>
<h1>Events View</h1>
<p>
The Events views shows the basic experiment data in chronological order in
a tabular format. The following fields are displayed:
<ul>
<li>Timestamp: the event timestamp
<li>Source: the component that generated the event
<li>Type: the event type
<li>Reference: the trace that holds the event
<li>Content: the raw event content
</ul>
<p>

<br> <img alt="Events View" src="../images/eventsView.png">

</body>
</html>

Back to the top