2023 talk about flamegraphs
[libguestfs-talks.git] / 2023-flamegraphs / 4000-revealed.html
diff --git a/2023-flamegraphs/4000-revealed.html b/2023-flamegraphs/4000-revealed.html
new file mode 100644 (file)
index 0000000..3cbdf6f
--- /dev/null
@@ -0,0 +1,23 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<h1>What kinds of things are revealed?</h1>
+
+<ul>
+<li> Lock contention
+
+<li> Inefficient algorithms like zlib inflate
+
+<li> MSRs / slow CPU features
+
+<li> Serialization through a CPU
+
+<li> Copy to/from user
+
+<li> Page faults
+
+<li> Excessive mmap/munmap (from memory allocations)
+
+<li> Opportunities to short-cut through the stack
+</ul>