Scroll to navigation

QB_UTIL_STOPWATCH_SPLIT_CTL(3) libqb Programmer's Manual QB_UTIL_STOPWATCH_SPLIT_CTL(3)

NAME

qb_util_stopwatch_split_ctl

SYNOPSIS

#include <qb/qbutil.h>

int32_t qb_util_stopwatch_split_ctl(

qb_util_stopwatch_t *sw,
uint32_t max_splits,
uint32_t options );

PARAMS

sw the stopwatch

max_splits maximum number of time splits

options (0 or QB_UTIL_SW_OVERWRITE )

DESCRIPTION

0 on success

-errno on failure

SEE ALSO

qb_util_nano_current_get(3), qb_util_stopwatch_stop(3), qb_util_stopwatch_split(3), qb_thread_unlock(3), qb_strerror_r(3), qb_util_stopwatch_time_split_get(3), qb_util_set_log_function(3), qb_util_timespec_from_epoch_get(3), qb_thread_lock_destroy(3), qb_thread_trylock(3), qb_util_nano_monotonic_hz(3), qb_util_nano_from_epoch_get(3), qb_util_stopwatch_create(3), qb_util_stopwatch_split_last(3), qb_thread_lock(3), qb_util_stopwatch_free(3), qb_thread_lock_create(3), qb_timespec_add_ms(3), qb_util_stopwatch_start(3), qb_util_stopwatch_us_elapsed_get(3), qb_util_stopwatch_sec_elapsed_get(3)

COPYRIGHT

Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.

2020-10-31 LIBQB