`
- 浏览:
113839 次
- 性别:
- 来自:
北京
-
Could not launch in profiling mode because no profilers are configured.
目前新版本的Eclipse在启动应用服务器的时候有一个新的选项:Start the server in profiling mode。 但是我在一开始点击这个按钮的时候,出现了错误提示信息: Could not launch in profiling mode because no profilers are configured. 经过一番搜索,发现要求安装TPTP(Test and Performance Tools Platform),下面我把我的安装步骤简单地列举如下: 1、下载,TPTP的最新版本是4.6.0,下载地址:http://www.eclipse.org/tptp/home/downloads /?ver=4.6.0#tptp-plugins. 这里包括两个部分:runtime和sdk,如果你只是进行profile的运行分析,不对TPTP进行任何扩展,那就只需要下载runtime。下载的时候可以下载相应平台的(比如:windows的)或者下载全部平台的压缩包。我选择的是下载runtime和SDK两个的所有平台的压缩包, 2、安装。安装TPTP是非常简单的,把下载的压缩包解压到Eclipse的安装目录下就行了 3、除了上面的runtime/SDK,还需要安装Agent Controller,第一步当然还是下载了,地址:http://www.eclipse.org/tptp/home/downloads/?ver=4.6.0#rac 同样的,这也有runtime和SDK两部分,选择和步骤1一样。 4、把下载的两个压缩也解压到Eclipse的安装目录下。 5、其他还有一些可选的步骤,比如:Native Logging/Generic Log Adapter之类的东西,我一概都没有下载安装。 6、重新启动Eclipse,点击start server in profiling mode, OK, 成功,出现了一个对话框,让你选择监控的类型,是要监控线程,还是内存,选择一个,然后浏览一下你的网站,就能得到一张列表了。原文地址:http://bbs.cnw.com.cn/viewthread.php?tid=215733
分享到:
Global site tag (gtag.js) - Google Analytics
相关推荐
在Android应用开发中,`launch mode` 是一个非常关键的概念,它决定了Activity如何启动和在任务栈中的行为。本测试DEMO旨在展示四种不同的`launch mode`:标准模式(standard)、单实例模式(singleInstance)、单...
### 解决“launch failed binary not found”的方法 在软件开发过程中,尤其是对于初学者而言,经常会遇到各种编译和运行时的问题。其中一个常见的错误就是“launch failed binary not found”。这篇文章将详细地...
Filters play a vital role in optimizing the profiling process by allowing users to focus on specific parts of the code. Topics covered include: - Defining filters based on class names, package names, ...
Android PictureInPicture ...As of Android O, activities can launch in Picture-in-Picture (PiP) mode. PiP is a special type of multi-window mode mostly used for video playback. The app is paused when it
"launch-0.1.1.tar.gz" 是一个与Python相关的库的压缩包,它遵循了常见的开源软件发布格式。在这个压缩包中,我们可以预见到包含了该库的源代码和其他相关文件。 首先,让我们深入理解一下`tar.gz`文件。这是一种...
Windows 98 and ME are not supported in BurnInTest version 5.3 and above. Use a version of BurnInTest prior to 5.2 for compatibility with W98 and ME. Windows 95 and Windows NT =======================...
Activity的Launch mode和Intent的setFlags
在进行调试工作时,`launch.json` 文件是VSCode中的关键配置文件,它定义了如何启动调试会话,特别是对于Node.js应用程序来说。本教程将深入讲解如何配置`launch.json`,以便在VSCode中高效地调试Node.js项目。 `...
in the Quick Launch pane, and a group of tabbed panes show you a wide variety of information. Diskeeper shows you the condition of your disks, and provides suggestions for improving or maintaining ...
【SpringBoot】Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster报错明细问题解决后记 报错明细 IDEA SpringBoot集成hadoop运行环境,,本地启动项目,GET请求接口触发...
Binary not found”问题解决方案" 在 Windows 下使用 Eclipse 开发 C++ 项目时,可能会遇到 “Lauch failed. Binary not found” 的错误,这个问题的解决方案可以分为以下几个方面: 1. 项目设置:在 Eclipse 中...
3.8.3 Testing SMACH navigation in the ArbotiX simulator............................................23 3.8.4 Accessing results from a SimpleActionState.....................................................
【sbt-launch.jar】是Scala构建工具SBT(Scala Build Tool)的核心组件,它是一个用于启动SBT的可执行JAR文件。这个压缩包包含了不同版本的sbt-launch.jar,分别是0.11.0、0.11.2、0.11.3以及0.13.9。这些版本的差异...
These demonstrations are intended to highlight Qt's capabilities in different application areas, and provide examples that are more advanced than those in the examples directory. Beginners to Qt may ...
Launch4j是一款流行的开源工具,专门用于将Java的JAR文件转换为可执行的Windows程序(EXE文件)。这个工具的主要优点在于它提供了一种方便的方式,使得Java应用程序能够更轻松地在没有Java运行环境的计算机上运行。...
在oschina镜像不能用之后,现在使用阿里云作为镜像,通过该jar包能够快速地安装sbt。
JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display...A warning dialog windows appear because "org.jd.ide.eclipse.plugin_x.y.z.jar" is not signed. Click on "Install anyway" button.
Missing requirement: C/C++ Remote Launch 6.0.0.201102110609 (org.eclipse.cdt.launch.remote.feature.group 6.0.0.201102110609) requires 'xxxxxxx' but it could not be found 其中“xxxxxxx”表示缺少的包,...
这篇教程将深入讲解如何配置VSCode的`launch.json`文件,以充分利用Node.js调试器。 `launch.json`文件是VSCode调试配置的核心,它定义了调试会话的启动参数和行为。在VSCode中,你可以创建多个配置,以适应不同的...