-
Notifications
You must be signed in to change notification settings - Fork 0
/
IntensityGraph.html
194 lines (134 loc) · 6.64 KB
/
IntensityGraph.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at Aug 1, 2014
| Rendered using Apache Maven Fluido Skin 1.3.1
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20140801" />
<meta http-equiv="Content-Language" content="en" />
<title></title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script>
</head>
<body class="topBarDisabled">
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<a href=".." id="bannerLeft">
<img src="images/graphene-banner.png" alt="Graphene"/>
</a>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2014-08-01
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.8.1-SNAPSHOT
</li>
<li class="pull-right">
<span class="divider">|</span>
<a href="http://cs-studio.sourceforge.net" class="externalLink" title="CSS">
CSS</a>
</li>
<li class="pull-right">
<span class="divider">|</span>
<a href="http://pvmanager.sourceforge.net/" class="externalLink" title="pvManager">
pvManager</a>
</li>
<li class="pull-right">
<span class="divider">|</span>
<a href="http://epics-util.sourceforge.net/" class="externalLink" title="epics-util">
epics-util</a>
</li>
<li class="pull-right">
<a href="http://www.aps.anl.gov/epics/" class="externalLink" title="EPICS">
EPICS</a>
</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Graphene</li>
<li>
<a href="index.html" title="About">
<i class="none"></i>
About</a>
</li>
<li>
<a href="changes-report.html" title="Changes">
<i class="none"></i>
Changes</a>
</li>
<li>
<a href="LineGraph.html" title="Profile Results - Line Graph">
<i class="none"></i>
Profile Results - Line Graph</a>
</li>
<li class="active">
<a href="#"><i class="none"></i>Profile Results - Intensity Graph</a>
</li>
<li>
<a href="http://sourceforge.net/projects/graphene/" class="externalLink" title="Sourceforge">
<i class="none"></i>
Sourceforge</a>
</li>
<li class="nav-header">Project Documentation</li>
<li>
<a href="project-info.html" title="Project Information">
<i class="icon-chevron-right"></i>
Project Information</a>
</li>
<li>
<a href="project-reports.html" title="Project Reports">
<i class="icon-chevron-right"></i>
Project Reports</a>
</li>
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="https://openepics.ci.cloudbees.com/" title="Cloudbees" class="builtBy">
<img class="builtBy" alt="Cloudbees" src="http://web-static-cloudfront.s3.amazonaws.com/images/badges/BuiltOnDEV.png" />
</a>
<a href="http://maven.apache.org/" title="Maven" class="builtBy">
<img class="builtBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png" />
</a>
</div>
</div>
</div>
<div id="bodyColumn" class="span9" >
<!-- Content -->
<h1>Profile Results</h1>
<div class="section"><h2>Intensity Graph<a name="Intensity_Graph"></a></h2>
<p>Tests run on Windows 7, Java 1.7.0_45, i7-3820QM 2.7 GHz</p>
<p><img src="images/Profile_Results/Intensity_Windows.png" alt="" /></p>
</div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p >Copyright © 2012–2014
Brookhaven National Laboratory, University of Michigan.
All rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>