util: ms command to calculate length of operations

This can be used to calculate approximate RTCK frequency
for instance.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe
2010-08-01 09:35:58 +02:00
parent 8e9b12dc8a
commit 630fc86ee3
5 changed files with 101 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ libhelper_la_SOURCES = \
command.c \
time_support.c \
replacements.c \
fileio.c
fileio.c \
util.c
if IOUTIL
libhelper_la_SOURCES += ioutil.c
@@ -40,6 +41,7 @@ noinst_HEADERS = \
binarybuffer.h \
configuration.h \
ioutil.h \
util.h \
types.h \
log.h \
command.h \