blob: e91bf0ea4f27d124fa29fb8fe142114536efe3ca (
plain)
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
|
<html>
<meta charset="utf-8" />
<head>
<link rel='stylesheet' type='text/css' href='style.css'>
</head>
<body>
<div class="centered">
<table>
<tr>
<td>Source Location</td>
<td>Hotness</td>
<td>Function</td>
<td>Pass</td>
</tr>
<tr>
<td class="column-entry-0"><a href="s.swift.html#L12">s.swift:12:16</a></td>
<td class="column-entry-0"></td>
<td class="column-entry-0">main</td>
<td class="column-entry-green">sil-inliner</td>
</tr>
</table>
</body>
</html>
|