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.
たとえば、VisualVM が示す doThis() メソッドが最大の「セルフ タイム」を持っているとします。doThis() 内の特定のコード行またはメソッド呼び出しの時間または CPU 使用率を表示することは可能ですか?
いいえ、プロファイリングはコードのすべての行ではなく、メソッドの入口と出口で行われます。どの半分が最も作業集約的であるかを確認したい場合は、半分の行を別々のメソッドに分割する必要があります。