dispenso 1.4.1
A library for task parallelism
Loading...
Searching...
No Matches
timing.h File Reference

Go to the source code of this file.

Functions

DISPENSO_DLL_ACCESS double dispenso::getTime ()
 

Detailed Description

Utilities for getting the current time.

Definition in file timing.h.

Function Documentation

◆ getTime()

DISPENSO_DLL_ACCESS double dispenso::getTime ( )

Get elapsed time in seconds since program start.

Uses high-resolution timing when available (e.g., RDTSC on x86).

Returns
Elapsed time in seconds as a double.