diff options
Diffstat (limited to 'src/myTimer.c')
| -rw-r--r-- | src/myTimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/myTimer.c b/src/myTimer.c index f9e46da..89696e6 100644 --- a/src/myTimer.c +++ b/src/myTimer.c @@ -42,6 +42,7 @@ my_time_t getMyTime() ticks = (now.tv_sec-start.tv_sec)*1000+(now.tv_usec-start.tv_usec)/1000; + //printf("-> %d\n", ticks); return ticks; } |