blob: 0c9299be4fad01227b68ec1f764f2f0d7746df37 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
ProfilerCalibrator_CannotSaveCalibrationDataMsg=Performed calibration successfully, but could not save calibration data\:\n{0}
ProfilerCalibrator_CalibrationSuccessMsg=Calibration performed successfully
ProfilerCalibrator_CalibrationResultsPrefix=For your reference, obtained results are as follows\:
ProfilerCalibrator_CalibrationResultsMsg=Approximate time in one methodEntry()/methodExit() call pair\:\nWhen getting absolute timestamp only\: {0} microseconds\nWhen getting thread CPU timestamp only\: {1} microseconds\nWhen getting both timestamps\: {2} microseconds\n\nApproximate time in one methodEntry()/methodExit() call pair\nin sampled instrumentation mode\: {3} microseconds\n
ProfilerCalibrator_StartingCalibrationMsg=Starting calibration...
ProfilerCalibrator_TimerCountsMsg=*** timerCountsInSecond = {0}
ProfilerCalibrator_TimerValueMsg=*** sample value returned by timer = {0}
ProfilerCalibrator_InjectionCalibrationMsg=----------- Injected profiler code calibration -----------
ProfilerCalibrator_TimeGetCurrentTimeInCountsMsg=Time per each getCurrentTimeInCounts() call
ProfilerCalibrator_TimeGetThreadCPUTimeInNanosMsg=Time per each getThreadCPUTimeInNanos() call
ProfilerCalibrator_TimeCountsMcsMsg={0} counts, {1} mcs
ProfilerCalibrator_TimeSuccessPairsMsg=Time per each successful methodEntry()/methodExit() pair of calls ({0}, {1})
ProfilerCalibrator_MinimumTimeMsg=Minimum time\: {0} counts, or {1} mcs.
ProfilerCalibrator_InnerOuterTimeMsg=Inner/outer time for a successful methodEntry()/methodExit() pair of calls
ProfilerCalibrator_InnerTimeMcsMsg=Inner time\: {0} mcs.
ProfilerCalibrator_OuterTimeMcsMsg=Outer time: {0} mcs.
ProfilerCalibrator_SampledTimeMsg=Time per each sampled instrumentation methodEntry()/methodExit() pair of calls
ProfilerCalibrator_RegionTimeMsg=Time per each codeRegionEntry()/codeRegionExit() pair of calls
ProfilerInterface_InternalErrorMsg=Internal error\:\nExpected InstrumentMethodGroupResponse, got response of class {0},\nvalue = {1}\nAll instrumentation will be removed
ProfilerInterface_UnexpectedExceptionMsg=Unexpected exception caught when trying to instrument classes.\nOriginal exception\:\n{0}\nStack trace\:\n\n{1}
ProfilerInterface_InstrumentationSuccessfulMsg=Deferred instrumentation performed successfully
ProfilerServer_EnterToShutdownMsg=Press ENTER to shut down the target JVM...
ProfilerServer_MainClassNotPublicMsg=Main class {0} is not public.\nProfiler can not start it
ProfilerServer_IncorrectMainModifiersMsg=Method {0}.main(String args[]) has incorrect modifiers
ProfilerServer_UnexpectedExceptionMsg=Target application threw an unexpected exception\: {0}
ProfilerServer_ElapsedTimeMsg=Main application thread elapsed time\: {0} ms.
ProfilerServer_ConnectionMsg=Profiler Agent\: Established connection with the tool
ProfilerServer_WaitingOnPortMsg=Profiler Agent\: Waiting for connection on port {0} (Protocol version: {1})
ProfilerServer_WaitingOnPortTimeoutMsg=Profiler Agent\: Waiting for connection on port {0}, timeout {1} seconds (Protocol version: {2})
ProfilerServer_ConnectionExceptionMsg=Profiler Agent Error\: Exception when trying to establish connection with client\:\n{0}
ProfilerServer_ConnectionTimeoutMsg=Profiler Agent Error\: Timed out trying to establish connection with client
ProfilerServer_AgentErrorMsg=Profiler Agent Error\: {0}
ProfilerServer_ConnectionInterruptedMsg=Profiler Agent Error\: Connection with client interrupted
ProfilerServer_CommandExceptionMsg=Profiler Agent Error\: Exception when handling command from client\:\n{0}
ProfilerServer_ResponseExceptionMsg=Profiler Agent Error\: Exception when trying to send response or command to client\:\n{0}
ProfilerServer_ConnectionClosedMsg=Profiler Agent\: Connection with agent closed
ProfilerServer_IncorrectAgentIdMsg=Profiler Agent Warning\: Wrong agentId specified\: {0}
ProfilerServer_ThreadExceptionMsg=Profiler Agent Error\: Exception in executeInSeparateThread()
ProfilerServer_ThreadWaitExceptionMsg=Profiler Agent Error\: Exception in wait in SeparateCmdExecutionThread
ProfilerServer_LocalSessionMsg=Profiler Agent: Local accelerated session
ProfilerServer_RemoteSessionMsg=Profiler Agent: Standard session