-
Notifications
You must be signed in to change notification settings - Fork 52
Timer
Sangmin Seo edited this page Mar 2, 2017
·
3 revisions
This group is for timer.
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.
-