PhoenixThread  1.0.0
Tools to ease parallel programming in C++
Loading...
Searching...
No Matches
phoenix_thread_clock.cpp File Reference
+ Include dependency graph for phoenix_thread_clock.cpp:

Go to the source code of this file.

Functions

PhoenixTime phoenix_thread_clock ()
 Get the current time.
 

Function Documentation

◆ phoenix_thread_clock()

PhoenixTime phoenix_thread_clock ( )

Get the current time.

Returns
current time in whatever unit

Definition at line 12 of file phoenix_thread_clock.cpp.

12 {
13 return PhoenixClock::now();
14}

Referenced by DetachPool::initialisationDetachPool(), phoenix_ellapsedTime(), DetachPool::refresh(), and DetachPool::waitUntilAllFinish().

+ Here is the caller graph for this function: