StatisticsEntry

StatisticsEntry

Overview

StatisticsEntry is a class in Aspose.PDF FOSS for Python.

Entry for tracking statistics and timing information.

This class provides 3 methods for working with StatisticsEntry objects in Python programs. Available methods include: get_elapsed_time, reset, stop. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: key.

Properties

NameTypeAccessDescription
keystrRead/WriteGets or sets the key.

Methods

SignatureDescription
stop()Stop the timer and record the end time.
get_elapsed_time()floatGet the elapsed time in milliseconds.
reset()Reset the entry and restart the timer.

See Also