mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Maintain consistent output with GC tracing
This commit is contained in:
parent
2878138fd7
commit
ff93af02e7
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ void hrt_log_delta(const char *label, long long tstamp)
|
||||||
}
|
}
|
||||||
long long total = hrt_cmp_current(initial_tstamp);
|
long long total = hrt_cmp_current(initial_tstamp);
|
||||||
long long delta = hrt_cmp_current(tstamp);
|
long long delta = hrt_cmp_current(tstamp);
|
||||||
fprintf(stdout, "%s, %llu, %llu\n", label, total, delta);
|
fprintf(stderr, "%s, %llu, %llu\n", label, total, delta);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* END High resolution timers */
|
/* END High resolution timers */
|
||||||
|
|
Loading…
Add table
Reference in a new issue