From a3dbb9cee672e4c3d5e526b6b2a847e78c06b637 Mon Sep 17 00:00:00 2001 From: oharboe Date: Thu, 13 Mar 2008 08:17:01 +0000 Subject: print ms in debug_level 3 logs. Seconds is not enough. git-svn-id: svn://svn.berlios.de/openocd/trunk@510 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/time_support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/helper/time_support.h') diff --git a/src/helper/time_support.h b/src/helper/time_support.h index 4e79d0d0..05dc9119 100644 --- a/src/helper/time_support.h +++ b/src/helper/time_support.h @@ -26,6 +26,8 @@ extern int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y); extern int timeval_add(struct timeval *result, struct timeval *x, struct timeval *y); extern int timeval_add_time(struct timeval *result, int sec, int usec); +/* gettimeofday() timeval in 64 bit ms */ +extern long long timeval_ms(); typedef struct duration_s { -- cgit v1.2.3