lttng: Add latency statistics
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.ui / src / org / eclipse / tracecompass / internal / analysis / os / linux / ui / views / latency / messages.properties
1 ###############################################################################
2 # Copyright (c) 2015 Ericsson
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 #
9 # Contributors:
10 # France Lapointe Nguyen - Initial API and implementation
11 ###############################################################################
12 LatencyScatterGraphViewer_legend=Duration
13 LatencyScatterView_title=Duration vs Time
14 LatencyScatterView_xAxis=Time (ns)
15 LatencyScatterView_yAxis=Duration (ns)
16 LatencyScatterGraphViewer_compactTitle=Compacting Duration Query
17 LatencyTableViewer_duration=Duration
18 LatencyTableViewer_endTime=End Time
19 LatencyTableViewer_startTime=Start Time
20 LatencyView_goToStartEvent=Go to start time
21 LatencyView_goToEndEvent=Go to end time
22
23 LatencyTable_ShowStatisticsActionName=Show statistics...
This page took 0.037644 seconds and 6 git commands to generate.