mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tests: use SP_CAPTURE_CURRENT_TIME
We use nanosecond time, not usec.
This commit is contained in:
@ -27,7 +27,7 @@ test_reader_basic (void)
|
||||
SpCaptureReader *reader;
|
||||
SpCaptureWriter *writer;
|
||||
GError *error = NULL;
|
||||
gint64 t = g_get_monotonic_time ();
|
||||
gint64 t = SP_CAPTURE_CURRENT_TIME;
|
||||
guint i;
|
||||
gint r;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user