Searched refs:timestamp_seconds (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/debug/
H A Dgdk-event-latency-tracker.cpp32 double const timestamp_seconds = timestamp / 1000.0; local
36 start_seconds = timestamp_seconds;
42 last_seconds = timestamp_seconds;
44 double delta = current_seconds - timestamp_seconds;

Completed in 13 milliseconds