Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect stats about sizes of different types of messages sent in JITServer #9752

Merged
merged 1 commit into from
Jun 6, 2020

Commits on Jun 5, 2020

  1. Collect stats about sizes of different types of messages sent

    I'm keeping track of the size of different types of messages sent using msg.type()
    and I'm using the class TR_Stats to store avg,min,max and stddev of every type of message.
    I declared a static array in CommunicationStream.hpp and I'm using that to store in.
    issue: eclipse-openj9#9708
    
    Signed-off-by: Eman Elsabban <eman.elsaban1@gmail.com>
    EmanElsaban committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a5cd649 View commit details
    Browse the repository at this point in the history