You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org> on 2008/03/26 13:05:24 UTC

[jira] Reopened: (UIMA-749) add performance report to CVD

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

Thilo Goetz reopened UIMA-749:
------------------------------


Add documentation

> add performance report to CVD
> -----------------------------
>
>                 Key: UIMA-749
>                 URL: https://issues.apache.org/jira/browse/UIMA-749
>             Project: UIMA
>          Issue Type: Wish
>          Components: Tools
>    Affects Versions: 2.2.1
>            Reporter: Michael Baessler
>            Assignee: Thilo Goetz
>            Priority: Minor
>             Fix For: 2.2.2
>
>
> create a performance report after each run.
> In the simple case just log the performance report, in a advanced case show the performance report in a new window (similar to the CPM).
> Simple case can be done with
>       ProcessTrace trace = this.ae.process(this.cas);
>       this.log.log(Level.INFO, trace.toString());

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