Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 JProbe 进行性能分析时,您可以查看每行特定方法所花费的时间。
JProfiler 中是否有等效功能?
没有源代码视图,您可以在其中看到具有相关时间测量的每一行。但是,JProfiler 可以记录行号,请参阅
https://stackoverflow.com/a/9290227/936832
请注意,在这种情况下,调用树中显示的行号是指父节点。