从 sbt 运行 hprof
如何从 sbt
运行 hprof
?
是否有不同的选项来分析 CPU 与堆?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何从 sbt
运行 hprof
?
是否有不同的选项来分析 CPU 与堆?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我假设您不想分析
sbt
本身,因此您必须使用fork
机制并与 hprof 选项:或
以下是一些示例选项(使用
-agentlib:hprof=help
了解更多信息帮助):I assume you don't want to profile
sbt
itself so you'd have to use thefork
mechanism and combine with the hprof options:or
Here are some sample options (use
-agentlib:hprof=help
for more help):为了完整起见:如果您使用传统的
build.sbt
,您还可以使用For the sake of completeness: If you are using a traditional
build.sbt
, you can also use