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

Add omrthread_get_thread_times() #7491

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Commits on Oct 22, 2024

  1. Add omrthread_get_thread_times()

    This function returns the user and system cpu time of the calling
    thread. This new function is needed so we can get both user time and
    system time using only one system call.
    
    Related: eclipse-openj9/openj9#20186
    
    Signed-off-by: Gengchen Tuo <[email protected]>
    thallium committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dbd3fb1 View commit details
    Browse the repository at this point in the history
  2. Add tests for omrthread_get_thread_times

    Signed-off-by: Gengchen Tuo <[email protected]>
    thallium committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8ac0f94 View commit details
    Browse the repository at this point in the history