Searched defs:timestamp (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/debug/
H A Dtimestamp.cpp16 #include "timestamp.h"
22 Util::ptr_shared<char> timestamp() { function in namespace:Inkscape::Debug
24 GTimeVal timestamp; local
25 g_get_current_time(&timestamp);
26 gchar *value = g_strdup_printf( "%d.%06d", static_cast<gint>(timestamp.tv_sec), static_cast<gint>(timestamp.tv_usec) );
H A Dgdk-event-latency-tracker.cpp28 guint32 const timestamp=gdk_event_get_time(const_cast<GdkEvent *>(event)); local
29 if (timestamp == GDK_CURRENT_TIME) {
32 double const timestamp_seconds = timestamp / 1000.0;
/inkscape/src/libavoid/
H A Dmakepath.cpp409 int timestamp = 1; local
436 Node = ANode(curr, timestamp++);
480 Node = ANode(src, timestamp++);
615 Node = ANode((*edge)->otherVert(BestNode.inf), timestamp++);

Completed in 12 milliseconds