mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
plot the difference between system and sound card time
This commit is contained in:
parent
373b5efe51
commit
1c26d7e174
1 changed files with 2 additions and 1 deletions
|
|
@ -162,11 +162,12 @@ int main(int argc, char *argv[]) {
|
|||
pa_bool_t cork_now;
|
||||
|
||||
rtc = pa_timeval_diff(&now, &start);
|
||||
printf("%i\t%llu\t%llu\t%llu\t%llu\t%u\t%u\n", k,
|
||||
printf("%i\t%llu\t%llu\t%llu\t%llu\t%lli\t%u\t%u\n", k,
|
||||
(unsigned long long) rtc,
|
||||
(unsigned long long) t,
|
||||
(unsigned long long) (rtc-old_rtc),
|
||||
(unsigned long long) (t-old_t),
|
||||
(signed long long) rtc - (signed long long) t,
|
||||
changed,
|
||||
playing);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue