-
Notifications
You must be signed in to change notification settings - Fork 1
/
blog.html
40 lines (39 loc) · 1.12 KB
/
blog.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
<font face="Arial,Lucida,Comic Sans MS,Ventana,Times">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Publications">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (WinNT; U) [Netscape]">
<title>Xu Liu's Blog</title>
<style>
figure {
border: 1px #cccccc solid;
padding: 4px;
margin: auto;
}
figcaption {
background-color: black;
color: white;
font-style: italic;
padding: 2px;
text-align: center;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<script language="JavaScript" src="header.js"></script>
<strong><FONT size=5em color=#115740>RESEARCH BLOG</FONT></strong>
<hr style="border-top: 2px dotted #115740;"/>
<ul>
<li>
<h2><Font color=#115740> <a href="https://blog.acolyer.org/2018/04/24/watching-for-software-inefficiencies-with-witch/">[07/03/2020] Watching for Software Inefficiencies with Witch</a></font></h2>
<li>
<h2><Font color=#115740> <a href="blog/drcctprof.html">[07/02/2020] DrCCTProf: A Fine-grained Profiler for ARM Eco-system</a></font></h2>
</ul>
</body>
</html>