Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 331467 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/linuxtools/lttng/ui/views/latency/LatencyView.java (-3 / +1 lines)
Lines 239-247 Link Here
239
					new Thread() {
239
					new Thread() {
240
						public void run() {
240
						public void run() {
241
							try {
241
							try {
242
								TmfTimestamp startTime = getExperimentTimeRange().getStartTime();
242
								timeRange_ = getExperimentTimeRange();
243
								TmfTimestamp endTime   = new TmfTimestamp(startTime.getValue() + org.eclipse.linuxtools.lttng.ui.views.histogram.HistogramView.getDEFAULT_WINDOW_SIZE());
244
								timeRange_ = new TmfTimeRange(startTime, endTime);
245
								
243
								
246
						        InterfaceMediator.getInstance().analyseLatencyForAllEvents();
244
						        InterfaceMediator.getInstance().analyseLatencyForAllEvents();
247
							} catch (NullPointerException e) {
245
							} catch (NullPointerException e) {

Return to bug 331467