Home
last modified time | relevance | path

Searched refs:startt (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/dd/
H A Ddd.c159 static hrtime_t startt; /* hrtime copy started */ variable
1005 startt = gethrtime(); in main()
1893 hrtime_t delta = gethrtime() - startt; in stats()
1907 if (startt == 0) in stats()