41386dc3bf327c730610864e532370911329efdd
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / internal / analysis / timing / ui / flamegraph / messages.properties
1 ###############################################################################
2 # Copyright (c) 2016 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 FlameGraph_Duration=Total duration
10 FlameGraph_Percentage=Percentage
11 FlameGraph_NbCalls=Number of calls
12 FlameGraph_SelfTime=Total self time
13 FlameGraph_Depth=Depth
14 FlameGraph_MaxDuration=Maximum duration
15 FlameGraph_MinDuration=Minimum duration
16 FlameGraph_AverageDuration=Average duration
17 FlameGraph_AverageSelfTime=Average self time
18 FlameGraph_MaxSelfTime=Maximum self time
19 FlameGraph_MinSelfTime=Minimum self time
20 FlameGraph_Deviation=Function deviation
21 FlameGraph_SelfTimeDeviation=Self time deviation
22 FlameGraph_Durations=Durations
23 FlameGraph_SelfTimes=Self times
24 FlameGraphView_GotoMaxDuration=Go to maximum
25 FlameGraphView_GotoMinDuration=Go to minimum
26 CallGraphAnalysis_Execution=CallGraphAnalysis execution
This page took 0.031675 seconds and 4 git commands to generate.