]> git.jsancho.org Git - gacela.git/commit
Do step duration properly
authorJavier Sancho <jsf@jsancho.org>
Mon, 13 Jan 2014 05:51:52 +0000 (06:51 +0100)
committerJavier Sancho <jsf@jsancho.org>
Mon, 13 Jan 2014 05:51:52 +0000 (06:51 +0100)
commit8864bc71fcf9fd551bdb417a1b22655a9097dd30
tree6ac56b040334a1d67eefe7fa66b4707a1b72f48a
parent4a9300c98ab89c99a26887b08e3a1c5bea41eb77
Do step duration properly

* src/engine.scm: use step start time and end time for calculating
                  delay and step duration

* src/misc.scm: new function 'current-utime' that gets current time
                in microseconds
src/engine.scm
src/misc.scm [new file with mode: 0644]