TimingInfo

Structure holding the information of a timing capture.

File location: framework/cauldron/framework/inc/render/profiler.h

Construction

Return type

Description

TimingInfo ()
TimingInfo (const wchar_t* name)

Methods

Return type

Description

std::chrono::nanoseconds

GetDuration () const
Get the duration in nanoseconds (can be converted later if needed)

Detailed description

Structure holding the information of a timing capture.

Data fields

Type

Description

std::wstring

Label
Label for timing marker information.

std::chrono::nanoseconds

StartTime
Start time for the marker (in nanoseconds).

std::chrono::nanoseconds

EndTime
End time for the marker (in nanoseconds).

Methods

GetDuration

Copied!

std::chrono::nanoseconds GetDuration () const

Get the duration in nanoseconds (can be converted later if needed)