Searched refs:USTONSEC (Results 1 – 4 of 4) sorted by relevance
62 (uint32_t)(item->timestamp[BOOTEVENT_FORK].tv_nsec / USTONSEC), in TraversalEvent()64 (uint32_t)(item->timestamp[BOOTEVENT_READY].tv_nsec / USTONSEC)); in TraversalEvent()90 startupTime.totalTime += curr.tv_nsec / USTONSEC; in ReportBootEventComplete()103 … (uint32_t)curr.tv_sec, (uint32_t)(curr.tv_nsec / USTONSEC), args.currLen, startupTime.detailTime); in ReportBootEventComplete()
38 #define USTONSEC 1000 macro
146 (double)item->timestamp[BOOTEVENT_FORK].tv_nsec / USTONSEC; in BootEventTraversal()148 (double)item->timestamp[BOOTEVENT_READY].tv_nsec / USTONSEC; in BootEventTraversal()
108 startupTime.totalTime += curr.tv_nsec / USTONSEC;125 startupTime.totalTime += curr.tv_nsec / USTONSEC;