MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ elapsed()

float MayaFlux::Buffers::VertexFieldProcessor::elapsed ( ) const
private

Seconds since construction, the value bound to the time parameter.

Definition at line 110 of file VertexFieldProcessor.cpp.

111{
112 return std::chrono::duration<float>(
113 std::chrono::steady_clock::now() - m_epoch)
114 .count();
115}
std::chrono::steady_clock::time_point m_epoch

References m_epoch.

Referenced by on_before_execute().

+ Here is the caller graph for this function: