1QB_UTIL_STOPWATCH_STOP(3) libqb Programmer's Manual QB_UTIL_STOPWATCH_STOP(3)
2
3
4
6 qb_util_stopwatch_stop - Stop the stopwatch.
7
9 #include <qb/qbutil.h>
10
11 void qb_util_stopwatch_stop(
12 qb_util_stopwatch_t *sw
13 );
14
16 This just allows you to get the elapsed time. So you can call this mul‐
17 tiple times. Do not call qb_util_stopwatch_start() unless you want to
18 reset the stopwatch.
19
21 qb_util_nano_current_get(3), qb_util_stopwatch_split(3),
22 qb_util_stopwatch_split_ctl(3), qb_thread_unlock(3), qb_strerror_r(3),
23 qb_util_stopwatch_time_split_get(3), qb_util_set_log_function(3),
24 qb_util_timespec_from_epoch_get(3), qb_thread_lock_destroy(3),
25 qb_thread_trylock(3), qb_util_nano_monotonic_hz(3),
26 qb_util_nano_from_epoch_get(3), qb_util_stopwatch_create(3),
27 qb_util_stopwatch_split_last(3), qb_thread_lock(3),
28 qb_util_stopwatch_free(3), qb_thread_lock_create(3),
29 qb_timespec_add_ms(3), qb_util_stopwatch_start(3),
30 qb_util_stopwatch_us_elapsed_get(3),
31 qb_util_stopwatch_sec_elapsed_get(3)
32
34 Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
35
36
37
38LIBQB 2020-07-30 QB_UTIL_STOPWATCH_STOP(3)