view vm-profiler/client-swing/src/main/resources/com/redhat/thermostat/vm/profiler/client/swing/internal/strings.properties @ 2003:7e6a52dfd303

Add start and stop times to profiler Reviewed by: jkang Review Thread: http://icedtea.classpath.org/pipermail/thermostat/2016-June/020122.html PR3048
author Joshua Matsuoka <jmatsuok@redhat.com>
date Thu, 30 Jun 2016 16:28:18 -0400
parents 8a65bb11a6f9
children
line wrap: on
line source

PROFILER_TAB_NAME = Profiler

PROFILER_HEADING = JVM Profiler
PROFILER_DESCRIPTION = Instrument and profile a JVM. \
 Profiling results will be displayed when the profiling session is stopped or when the profiled JVM exits. \
 JRE/JDK packages are not included in the timing measurements.

PROFILER_CURRENT_STATUS_ACTIVE = Currently profiling: yes
PROFILER_CURRENT_STATUS_INACTIVE = Currently profiling: no
PROFILER_CURRENT_STATUS_DEAD = Selected VM is inactive
START_PROFILING = Start Profiling
STARTING_PROFILING = Starting profiling\u2026
STOP_PROFILING = Stop Profiling
STOPPING_PROFILING = Stopping profiling\u2026

PROFILER_LIST_ITEM = Session {1} to {2} ({0})
PROFILER_RESULTS_TABLE = Table
PROFILER_RESULTS_TREEMAP = TreeMap
PROFILER_RESULTS_METHOD = Method
PROFILER_RESULTS_PERCENTAGE_TIME = Percentage
PROFILER_RESULTS_TIME = Total Time ({0})

PROFILER_NO_RESULTS = No profiling data available