doc: add toolbar documentation for flame graph view
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Tue, 30 Aug 2016 19:06:41 +0000 (15:06 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Wed, 31 Aug 2016 20:29:46 +0000 (16:29 -0400)
Change-Id: I652060f8136b8d11ee6ed1f9e31a39f420ecd56f
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/80060
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki
doc/org.eclipse.tracecompass.doc.user/doc/images/Flame_Graph.png
doc/org.eclipse.tracecompass.doc.user/doc/images/sort_alpha.gif [new file with mode: 0644]
doc/org.eclipse.tracecompass.doc.user/doc/images/sort_alpha_rev.gif [new file with mode: 0644]
doc/org.eclipse.tracecompass.doc.user/doc/images/sort_num.gif [new file with mode: 0644]
doc/org.eclipse.tracecompass.doc.user/doc/images/sort_num_rev.gif [new file with mode: 0644]

index ea1157be0d4d0ab139166d0b159bfff482568c34..dd8dc3f3b230551c68ba1af744509a968b7047db 100644 (file)
@@ -2535,6 +2535,18 @@ The following keyboard shortcuts are available:
 *'''Ctrl + -''': Zoom-out vertically
 *'''Ctrl + 0''': Reset the vertical zoom
 
+=== Toolbar ===
+
+{|
+| [[Image:images/sort_alpha.gif]]
+| Sort by thread name
+| Sort the threads by thread name. Clicking the icon a second time will sort the threads by name in reverse order and change the icon to [[Image:images/sort_alpha_rev.gif]]
+|-
+| [[Image:images/sort_num.gif]]
+| Sort by thread id
+| Sort the threads by thread ID. Clicking the icon a second time will sort the threads by ID in reverse order and change the icon to [[Image:images/sort_num_rev.gif]].
+|}
+
 === Importing a binary or function name mapping file (for LTTng-UST <2.8 traces) ===
 
 See Call Stack View's '''[[#Call Stack View | Importing a binary or function name mapping file (for LTTng-UST <2.8 traces) ]]'''.
index bcc807108b7e889834544d427b808e72a97b2668..f9b95e596eb992ac842d81329ed6a43111dabd66 100644 (file)
Binary files a/doc/org.eclipse.tracecompass.doc.user/doc/images/Flame_Graph.png and b/doc/org.eclipse.tracecompass.doc.user/doc/images/Flame_Graph.png differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_alpha.gif b/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_alpha.gif
new file mode 100644 (file)
index 0000000..6311cc0
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_alpha.gif differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_alpha_rev.gif b/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_alpha_rev.gif
new file mode 100644 (file)
index 0000000..7503bf1
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_alpha_rev.gif differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_num.gif b/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_num.gif
new file mode 100644 (file)
index 0000000..a889504
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_num.gif differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_num_rev.gif b/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_num_rev.gif
new file mode 100644 (file)
index 0000000..2df6cac
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/sort_num_rev.gif differ
This page took 0.029789 seconds and 5 git commands to generate.