summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/src/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/src/timer.c')
-rw-r--r--deps/jemalloc/test/src/timer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/jemalloc/test/src/timer.c b/deps/jemalloc/test/src/timer.c
index c451c6391..6e8b8edbc 100644
--- a/deps/jemalloc/test/src/timer.c
+++ b/deps/jemalloc/test/src/timer.c
@@ -2,8 +2,7 @@
void
timer_start(timedelta_t *timer) {
- nstime_init(&timer->t0, 0);
- nstime_update(&timer->t0);
+ nstime_init_update(&timer->t0);
}
void