diff options
Diffstat (limited to 'trace_profile/index.html')
-rw-r--r-- | trace_profile/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/trace_profile/index.html b/trace_profile/index.html index da8562e..870d61b 100644 --- a/trace_profile/index.html +++ b/trace_profile/index.html @@ -24,9 +24,9 @@ <link rel="stylesheet" href="../fonts/fonts.css"> <!-- Highlight.js Stylesheets --> - <link rel="stylesheet" href="../highlight.css"> - <link rel="stylesheet" href="../tomorrow-night.css"> - <link rel="stylesheet" href="../ayu-highlight.css"> + <link rel="stylesheet" id="highlight-css" href="../highlight.css"> + <link rel="stylesheet" id="tomorrow-night-css" href="../tomorrow-night.css"> + <link rel="stylesheet" id="ayu-highlight-css" href="../ayu-highlight.css"> <!-- Custom theme stylesheets --> @@ -164,6 +164,7 @@ <li><a href="./oprofile.html">OProfile</a></li> <li><a href="./callgrind.html">callgrind</a></li> <li><a href="./valgrind.html">valgrind</a></li> +<li><a href="./vtune.html">vtune</a></li> </ul> </main> |