Skip to content
Sangmin Seo edited this page Mar 2, 2017 · 3 revisions

This group is for timer.

Wall Clock Time

ABT_get_wtime()

double ABT_get_wtime(void)
  • Get elapsed wall clock time.
  • Return value
    • Elapsed wall clock time in seconds.
  • Details
    • ABT_get_wtime() returns the elapsed wall clock time in seconds since an arbitrary time in the past. The resolution of elapsed time is at least a unit of microsecond.

Timer