tests: Automatically time TAP tests
[lttng-tools.git] / tests / utils / utils.cpp
index c95b4622709570c9f313085c4dedd5c74b59dfcf..fbf0019cb713f43d08ced60a39553a9e770dce50 100644 (file)
@@ -22,7 +22,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-static inline int64_t elapsed_time_ns(struct timespec *t1, struct timespec *t2)
+int64_t elapsed_time_ns(struct timespec *t1, struct timespec *t2)
 {
        struct timespec delta;
 
This page took 0.023597 seconds and 4 git commands to generate.