1QB_UTIL_STOPWATCH_SPLIT_LASTl(i3b)qb Programmer's MaQnBu_aUlTIL_STOPWATCH_SPLIT_LAST(3)
2
3
4
6 qb_util_stopwatch_split_last - Get the last split index to be used by
7 qb_util_stopwatch_time_split_get()
8
9
11 #include <qb/qbutil.h>
12
13 uint32_t qb_util_stopwatch_split_last(
14 qb_util_stopwatch_t *sw
15 );
16
18 sw the stopwatch
19
22 the last entry index
23
25 this is zero based
26
28 qb_util_nano_current_get(3), qb_util_stopwatch_stop(3),
29 qb_util_stopwatch_split(3), qb_util_stopwatch_split_ctl(3),
30 qb_thread_unlock(3), qb_strerror_r(3),
31 qb_util_stopwatch_time_split_get(3), qb_util_set_log_function(3),
32 qb_util_timespec_from_epoch_get(3), qb_thread_lock_destroy(3),
33 qb_thread_trylock(3), qb_util_nano_monotonic_hz(3),
34 qb_util_nano_from_epoch_get(3), qb_util_stopwatch_create(3),
35 qb_thread_lock(3), qb_util_stopwatch_free(3), qb_thread_lock_create(3),
36 qb_timespec_add_ms(3), qb_util_stopwatch_start(3),
37 qb_util_stopwatch_us_elapsed_get(3),
38 qb_util_stopwatch_sec_elapsed_get(3)
39
41 Copyright (C) 2010-2020 Red Hat, Inc.
42
43
44
45LIBQB 2021-03-03 QB_UTIL_STOPWATCH_SPLIT_LAST(3)