os.linux.ui: Remove redundant query in ResourcesPresentationProvider
authorLoïc Prieur-Drevon <loic.prieurdrevon@gmail.com>
Fri, 15 Apr 2016 14:41:05 +0000 (10:41 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Mon, 18 Apr 2016 13:45:55 +0000 (09:45 -0400)
commit631d47f14c9c5019009f1b8fd2d19b867613b585
tree21092fe1505e40b6339bc545b082c64803556784
parentfd25b9e3cb42d284535008e780cb1470a1e4746c
os.linux.ui: Remove redundant query in ResourcesPresentationProvider

getEventHoverToolTipInfo would do a full state query then
a single query for each CPU/IRQ.
This patch replaces the single query by reading the full
state results.

Change-Id: I10959152e094674b8276608dddb2fe03368f1d96
Signed-off-by: Loïc Prieur-Drevon <loic.prieurdrevon@gmail.com>
Reviewed-on: https://git.eclipse.org/r/70765
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java
This page took 0.025329 seconds and 5 git commands to generate.