silc_timer_value
SYNOPSIS
void silc_timer_value(SilcTimer timer, SilcUInt64 *elapsed_time_seconds, SilcUInt32 *elapsed_time_microseconds);
DESCRIPTION
Returns either the current value or the end value of the timer. If the timer is currently running this returns the currently elapsed time. If the timer is stopped this returns the cumulative elapsed time.