Modeller.clockEnd


clockEnd(label)

Marks the end of a timing step. Can be called repeatedly

labelstringlabel to identify the task
Return valueunsignedhow 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