PerformanceEntry

PerformanceEntry

Overview

PerformanceEntry is a class in Aspose.Html FOSS for Python.

A single performance timeline entry.

Properties: duration, entry_type, name, start_time.

Properties

NameTypeAccessDescription
namestrRead/WriteGets or sets the name.
entry_typestrRead/WriteGets or sets the entry type.
start_timefloatRead/WriteGets or sets the start time.
durationfloatRead/WriteGets or sets the duration.

See Also