| Trees | Indices | Help |
|
|---|
|
|
This LogParser class is expected to be used for jobs whose agenda contains frame chunks or partitions. It returns the value of currentFrame/chunkLength as a float between 0 and 1.
|
|||
float
|
|
||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Calculate the internal progress of a frame chunk or partition. This particular example expects to have only a frame number in the progressMatchStr, and compare it to the frame range for the individual work item that was passed to the parse() method. Determine the extent to which the chunk has progressed by determining the index of the current frame (QB_FRAME_NUMBER) in a list comprised of all frames for the chunk, then comparing that index against the size of the chunk. eg: progressMatchStr = "23", and the frame range for this piece of work (as determined from the qbTokens dict) is 21-30. So the index for this frame would be 3, and 3/10 = 0.3
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 17 10:45:02 2017 | http://epydoc.sourceforge.net |