Marks the end of a timing step. Can be called repeatedly
label | string | label to identify the task |
Return value | unsigned | how long the task took, in milliseconds. |
Example
clockStart() openDatabase("bob.mdl") clockEnd("open bob") db.openResults("bob.mys") clockEnd("open results")
Back to Modeller
Back to Overview