You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2008/03/31 15:04:27 UTC

[jira] Assigned: (HARMONY-5651) [drlvm][jit] need to dump timers while System.exit is called

     [ https://issues.apache.org/jira/browse/HARMONY-5651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov reassigned HARMONY-5651:
---------------------------------------

    Assignee: Mikhail Fursov

> [drlvm][jit] need to dump timers while System.exit is called
> ------------------------------------------------------------
>
>                 Key: HARMONY-5651
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5651
>             Project: Harmony
>          Issue Type: Wish
>          Components: DRLVM
>         Environment: any
>            Reporter: Vladimir Beliaev
>            Assignee: Mikhail Fursov
>         Attachments: H5651.patch
>
>
> The following command:
>    <harmony>/bin/java -Xem:opt -XX:jit.arg.time=on <app>
> prints the time statistics for PMF actions like:
>   action api_magic time=0.0999756
>   action bbp time=0.526201
>   action bp_regalloc time=3.79217
>   action btr time=1.60337
>   ...
> Still if the <app> ends its work by System.exit call then the statistics is not printed. 
> It would be helpfull to get it printed though.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.