Skip to content

shapeworks::TimerStackEntry

Public Functions

Name
TimerStackEntry(const QString & name, qint64 start_time_us)

Public Attributes

Name
QString name
qint64 start_time_us
double accumulated_child_time_ms

Public Functions Documentation

function TimerStackEntry

cpp TimerStackEntry( const QString & name, qint64 start_time_us )

Public Attributes Documentation

variable name

cpp QString name;

variable start_time_us

cpp qint64 start_time_us;

variable accumulated_child_time_ms

cpp double accumulated_child_time_ms;


Updated on 2026-03-31 at 16:02:10 +0000