(self)
| 19 | self._end = datetime.datetime.now() |
| 20 | |
| 21 | def update(self): |
| 22 | # increment the total number of frames examined during the |
| 23 | # start and end intervals |
| 24 | self._numFrames += 1 |
| 25 | |
| 26 | def elapsed(self): |
| 27 | # return the total number of seconds between the start and |
no outgoing calls
no test coverage detected