Which application are you using to run the CPE? From your description of the
Performance Bug it appears that you may be using SimpleRunCPE. Can you
confirm? If so, it is could be a bug in that example application. In
collectionProcessComplete() it shows the stats as follows:

Completed 8 documents; 17185 characters
Total Time Elapsed: 37733 ms
Initialization Time: 34296 ms
Processing Time: 3437 ms

JC

On Tue, Jan 18, 2011 at 11:02 AM, Eric Riebling <[email protected]> wrote:

> PERFORMANCE REPORT BUG
>
> There appears to be a bug when generating the information after
> a CPE completes, that depicts the total processing time.  If there
> are more than 1 thread in the CPE, the processing times per thread
> are added together, so a 10 threaded setup will report a total time
> that is actually 10 times longer than elapsed.
>
> IMPORT BY NAME ISSUES WITH COMPONENT DESCRIPTOR EDITOR
>
> A suggestion to improve by example, relating to "import by name"
> - in order for "import by name" to work properly in the Component
> Descriptor Editor, imported projects
> have to list their descriptors as "Source folders on build path"
> such that they get copied (automatically) to the Default output
> folder (usually project-name/bin).  This is not the case in the
> uimaj-examples project, so anyone using that as a template is
> possibly going to be confused in two ways:
>
>  * 'import by name' not working
>  * cognitive dissonance: XML descriptors aren't binaries, yet
>        they get copied there as such whenprojects are set up
>        such that they are listed as Source on build path
>        (in order to make 'import by name' work properly)
> --
> Eric Riebling  GHC 6713,  LTI,   SCS,  CMU
> 412.268.9872   http://www.cs.cmu.edu/~er1k
>

Reply via email to