Skip to content

Make @ProfileJvm displays the method allocating the most #142

@jeanbisutti

Description

@jeanbisutti
Collaborator

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.

Activity

added this to the 1.1 milestone on Dec 18, 2020
jeanbisutti

jeanbisutti commented on Dec 18, 2020

@jeanbisutti
CollaboratorAuthor

@archyoshi, you started to work on this?

archyoshi

archyoshi commented on Dec 18, 2020

@archyoshi
Contributor

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

jeanbisutti

jeanbisutti commented on Dec 18, 2020

@jeanbisutti
CollaboratorAuthor

Great @archyoshi! 👍

removed this from the 1.1 milestone on Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

✨ featureNew feature or requestjvmJVM annotations

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @archyoshi@jeanbisutti

      Issue actions

        Make @ProfileJvm displays the method allocating the most · Issue #142 · quick-perf/quickperf