Process steps:
- prepareForComputeData First to be called, and only once
- getInputData
- computeData a const (called n times; depends on our processor core number ? and if we set allowParallelComputation to yield true)
- finalizeCalculation
Again. This is a quite simple problem, but it takes some times for me to figure it out (d'oh)
NOTE: getInputData(), computeData(), and finalizeCalculation() are called n times, where n = number of traces in a line. (Called inside doWork() method of Provider class)
No comments:
Post a Comment