lttng: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.kernel.ui / src / org / eclipse / linuxtools / internal / lttng2 / kernel / ui / views / cpuusage / messages.properties
1 ###############################################################################
2 # Copyright (c) 2014 École Polytechnique de Montréal
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 # Geneviève Bastien - Initial API and implementation
11 ###############################################################################
12
13 CpuUsageComposite_ColumnPercent=%
14 CpuUsageComposite_ColumnProcess=Process
15 CpuUsageComposite_ColumnTID=TID
16 CpuUsageComposite_ColumnTime=Time
17 CpuUsageComposite_TextPercent=%1$.3f %%
18 CpuUsageComposite_TextTime={0} ns
19 CpuUsageView_Title=CPU Usage
20 CpuUsageXYViewer_CpuYAxis=% CPU
21 CpuUsageXYViewer_TimeXAxis=Time
22 CpuUsageXYViewer_Title=CPU usage
23 CpuUsageXYViewer_Total=Total
This page took 0.031406 seconds and 5 git commands to generate.