Function getTime
Synopsis
#include <Source/Falcor/Utils/Timing/Clock.h>
double getTime() const
Description
Get the time of the last tick()
call
Source
Lines 57-57 in Source/Falcor/Utils/Timing/Clock.h.
double getTime() const { return mTime.now; }