tmf: Support trace-specific markers in AbstractTimeGraphView
[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 LatencyScatterView_title=Duration vs Time
13 LatencyScatterView_xAxis=Time (ns)
14 LatencyScatterView_yAxis=Duration (ns)
15 LatencyTableViewer_duration=Duration
16 LatencyTableViewer_endTime=End Time
17 LatencyTableViewer_startTime=Start Time
18 LatencyView_goToStartEvent=Go to start time
19 LatencyView_goToEndEvent=Go to end time
20
21 LatencyTable_ShowStatisticsActionName=Show statistics...
This page took 0.031063 seconds and 5 git commands to generate.