quickperf icon indicating copy to clipboard operation
quickperf copied to clipboard

Make @ProfileJvm displays the method allocating the most

Open jeanbisutti opened this issue 3 years ago • 3 comments

Today, @ProfileJvm displays JVM-related information on the console:

------------------------------------------------------------------------------
 ALLOCATION (estimations)     |   GARBAGE COLLECTION           |  THROWABLE
 Total       : 3,68 GiB       |   Total pause     : 1,264 s    |  Exception: 0
 Inside TLAB : 3,67 GiB       |   Longest GC pause: 206,519 ms |  Error    : 36
 Outside TLAB: 12,7 MiB       |   Young: 13                    |  Throwable: 36
 Allocation rate: 108.1 MiB/s |   Old  : 3                     |
------------------------------------------------------------------------------
 COMPILATION                  |   CODE CACHE
 Number : 157                 |   The number of full code cache events: 0
 Longest: 1,615 s             |   
------------------------------------------------------------------------------

This issue aims to display the method allocating the most.

jeanbisutti avatar Dec 18 '20 14:12 jeanbisutti

@archyoshi, you started to work on this?

jeanbisutti avatar Dec 18 '20 14:12 jeanbisutti

Hello @jeanbisutti , I was planning to work on it starting from tonight, I will let you take a look once I push 👍🏼

archyoshi avatar Dec 18 '20 14:12 archyoshi

Great @archyoshi! 👍

jeanbisutti avatar Dec 18 '20 14:12 jeanbisutti