Skip to content

Which events have what information #218

Answered by dsgrieve
HritwikSinghal asked this question in Q&A
Discussion options

You must be logged in to vote

Every event inherits from com.microsoft.gctoolkit.event.jvm.JVMEvent which is where getDuration() is defined. Therefore, every event has a getDuration() method.

I checked the generated javadoc for PSYoungGen and the methods inherited from JVMEvent are given. You may need to run ./mvnw javadoc:javadoc to generate the javadoc. PSYoungGen is in the javadoc of the api module.

Of course, there is much that can be done to improve the javadoc.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@HritwikSinghal
Comment options

@karianna
Comment options

Answer selected by karianna
Comment options

You must be logged in to vote
1 reply
@HritwikSinghal
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants