From 86a62809ce93c5b4690a87703e4f94348100f08a Mon Sep 17 00:00:00 2001 From: Matthew Khouzam Date: Mon, 4 Jul 2016 16:19:49 -0400 Subject: [PATCH] doc: update XY charts view controls The CPU usage/UST Memory/Kernel Memory view and all XY charts control scheme is updated to match time graph views. Change-Id: I261216a3610835913ad00228a090868338317b17 Signed-off-by: Matthew Khouzam Reviewed-on: https://git.eclipse.org/r/76544 Reviewed-by: Hudson CI Reviewed-by: Marc-Andre Laperle Tested-by: Marc-Andre Laperle --- .../doc/User-Guide.mediawiki | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki b/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki index 03a911ffc3..092c3533ca 100644 --- a/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki +++ b/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki @@ -2097,11 +2097,12 @@ The CPU Usage Chart on the right side of the view, plots the total time spent on The CPU Usage chart is usable with the mouse. The following actions are set: * '''left-click''': select a time or time range begin time +* '''Shift-left-click''': select a time range end time * '''left-drag horizontally''': select a time range or change the time range begin or end time -* '''middle-drag''': pan left or right -* '''right-drag horizontally''': zoom region -* '''mouse wheel up/down''': zoom in or out - +* '''middle-drag or Ctrl-left-drag horizontally''': pan left or right +* '''right-drag horizontally''': [[#Zoom region|zoom region]] +* '''Shift-mouse wheel up/down''': scroll left or right +* '''Ctrl-mouse wheel up/down''': zoom in or out horizontally ==== Tooltips ==== @@ -2159,10 +2160,12 @@ The Relative Kernel Memory Chart on the right side of the view, plots the relati The Relative Kernel Memory chart is usable with the mouse. The following actions are set: * '''left-click''': select a time or time range begin time +* '''Shift-left-click''': select a time range end time * '''left-drag horizontally''': select a time range or change the time range begin or end time -* '''middle-drag''': pan left or right -* '''right-drag horizontally''': zoom region -* '''mouse wheel up/down''': zoom in or out +* '''middle-drag or Ctrl-left-drag horizontally''': pan left or right +* '''right-drag horizontally''': [[#Zoom region|zoom region]] +* '''Shift-mouse wheel up/down''': scroll left or right +* '''Ctrl-mouse wheel up/down''': zoom in or out horizontally ==== Tooltips ==== @@ -2388,10 +2391,12 @@ Please note this view will not show shared memory or stack memory usage. The Memory Usage chart is usable with the mouse. The following actions are set: * '''left-click''': select a time or time range begin time +* '''Shift-left-click''': select a time range end time * '''left-drag horizontally''': select a time range or change the time range begin or end time -* '''middle-drag''': pan left or right -* '''right-drag horizontally''': zoom region -* '''mouse wheel up/down''': zoom in or out +* '''middle-drag or Ctrl-left-drag horizontally''': pan left or right +* '''right-drag horizontally''': [[#Zoom region|zoom region]] +* '''Shift-mouse wheel up/down''': scroll left or right +* '''Ctrl-mouse wheel up/down''': zoom in or out horizontally === Toolbar === -- 2.34.1