Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lockstat/
H A Dlockstat.c98 static hrtime_t g_elapsed; variable
1366 g_elapsed = -gethrtime(); in main()
1384 g_elapsed += gethrtime(); in main()
1637 ((unsigned long long)total_count * NANOSEC) / g_elapsed, in report_stats()
1651 (double)g_elapsed / NANOSEC, in report_stats()
1652 (double)total_count * NANOSEC / g_elapsed); in report_stats()
1727 ((uint64_t)lsp->ls_count * NANOSEC) / g_elapsed); in report_stats()
1786 g_elapsed)); in report_stats()