This operation requests that a HPROF dump be generated.
这个操作要求必须生成一个HPROF Dump。
Listing 3 shows the relevant portion of the hprof output breaking down the application's memory usage.
清单3显示分解了应用程序内存使用的hprof输出的相关部分。
To use hprof and instruct it to track memory usage, invoke the JVM with the -Xrunhprof:heap=sites option.
要使用 hprof 并让它跟踪内存使用,需要以 -Xrunhprof:heap=sites 选项调用 JVM。
应用推荐