tmf: Use tabs in statistics view for each traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / internal / lttng / ui / views / statistics / messages.properties
1 StatisticsView_CPUTimeColumn=CPU Time
2 StatisticsView_CPUTimeTip=Total amount of time the CPU was used excluding wait times(I/O, etc.) at that level.
3 StatisticsView_CumCPUTimeColumn=Cumulative CPU Time
4 StatisticsView_CumCPUTimeTip=Total amount of time between the first and last event excluding wait times in a level.
5 StatisticsView_ElapsedTimeColumn=Elapsed Time
6 StatisticsView_ElapsedTimeTip=Total amount of time the CPU was used including wait times(I/O, etc.) at that level.
7 StatisticsView_LevelColumn=Level
8 StatisticsView_LevelColumnTip=Level at which statistics apply.
9 StatisticsView_NbEventsColumn=Number of Events
10 StatisticsView_NbEventsTip=Total amount of events that are tied to given resource.
This page took 0.032471 seconds and 5 git commands to generate.