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
| Name | Type | Access | Description |
|---|---|---|---|
key | str | Read/Write | Gets or sets the key. |
Methods
| Signature | Description |
|---|---|
stop() | Stop the timer and record the end time. |
get_elapsed_time() → float | Get the elapsed time in milliseconds. |
reset() | Reset the entry and restart the timer. |