Add screenshots to README.md file
authorMilian Wolff <mail@milianw.de>
Sun, 8 Jan 2017 22:46:10 +0000 (23:46 +0100)
committerMilian Wolff <mail@milianw.de>
Sun, 8 Jan 2017 22:46:10 +0000 (23:46 +0100)
README.md
screenshots/.directory [new file with mode: 0644]
screenshots/gui_allocations_chart.png [new file with mode: 0644]
screenshots/gui_flamegraph.png [new file with mode: 0644]
screenshots/gui_summary.png [new file with mode: 0644]

index 4620e6f..1c37501 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # heaptrack - a heap memory profiler for Linux
 
+![heaptrack_gui summary page](screenshots/gui_summary.png?raw=true "heaptrack_gui summary page")
+
 Heaptrack traces all memory allocations and annotates these events with stack traces.
 Dedicated analysis tools then allow you to interpret the heap memory profile to:
 
@@ -111,6 +113,10 @@ to use either `heaptrack_print` or `heaptrack_gui` to interpret the results.
 
 ### heaptrack_gui
 
+![heaptrack_gui flamegraph page](screenshots/gui_flamegraph.png?raw=true "heaptrack_gui flamegraph page")
+
+![heaptrack_gui allocations chart page](screenshots/gui_allocations_chart.png?raw=true "heaptrack_gui allocations chart page")
+
 The highly recommended way to analyze a heap prfile is by using the `heaptrack_gui` tool.
 It depends on Qt 5 and KF 5 to graphically visualize the recorded data. It features:
 
diff --git a/screenshots/.directory b/screenshots/.directory
new file mode 100644 (file)
index 0000000..2eaef52
--- /dev/null
@@ -0,0 +1,4 @@
+[Dolphin]
+PreviewsShown=true
+Timestamp=2017,1,8,23,42,4
+Version=3
diff --git a/screenshots/gui_allocations_chart.png b/screenshots/gui_allocations_chart.png
new file mode 100644 (file)
index 0000000..926f3cd
Binary files /dev/null and b/screenshots/gui_allocations_chart.png differ
diff --git a/screenshots/gui_flamegraph.png b/screenshots/gui_flamegraph.png
new file mode 100644 (file)
index 0000000..b96a943
Binary files /dev/null and b/screenshots/gui_flamegraph.png differ
diff --git a/screenshots/gui_summary.png b/screenshots/gui_summary.png
new file mode 100644 (file)
index 0000000..d97086d
Binary files /dev/null and b/screenshots/gui_summary.png differ