diff options
author | johannst <johannst@users.noreply.github.com> | 2025-03-14 01:19:37 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2025-03-14 01:19:37 +0000 |
commit | b6627f53bf459334446bb1e2c51728a764c8651d (patch) | |
tree | 91d1326986ddb28a4bf29071c6db1bd379814402 /trace_profile/index.html | |
parent | 2413e9cbad620ca20b3aaffeb9cf4bb132e6113f (diff) | |
download | notes-b6627f53bf459334446bb1e2c51728a764c8651d.tar.gz notes-b6627f53bf459334446bb1e2c51728a764c8651d.zip |
deploy: cb9e06f3a5bd9d42494e6abdaf61fb3fe19d4ea4
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> |