X-Git-Url: http://git.annexia.org/?p=libguestfs-talks.git;a=blobdiff_plain;f=2023-flamegraphs%2F3700-sleeptest.html;fp=2023-flamegraphs%2F3700-sleeptest.html;h=5c7cc4beb1a9bb4d9e833bc36d6461d3e7ce387e;hp=0000000000000000000000000000000000000000;hb=6f9c7f844577696329ddadd086709cf21b5d3730;hpb=65b3746ea784e2a089b992d6fe234fa232e25b24 diff --git a/2023-flamegraphs/3700-sleeptest.html b/2023-flamegraphs/3700-sleeptest.html new file mode 100644 index 0000000..5c7cc4b --- /dev/null +++ b/2023-flamegraphs/3700-sleeptest.html @@ -0,0 +1,19 @@ + + + + +

sleeptest.c

+ +
+int
+main (void)
+{
+  int i;
+
+  for (i = 0; i < 5; ++i) {
+    busywork_2secs ();
+    sleep (6);
+  }
+  return 0;
+}
+