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

TimerStackEntry(
    const QString & name,
    qint64 start_time_us
)

Public Attributes Documentation

variable name

QString name;

variable start_time_us

qint64 start_time_us;

variable accumulated_child_time_ms

double accumulated_child_time_ms;

Updated on 2025-09-04 at 08:01:26 +0000