Home > widget-integration > IPerformanceTracker
IPerformanceTracker interface
Performance tracker interface
Signature:
export interface IPerformanceTracker
Methods
|
Method |
Description |
|---|---|
|
End a specific measurement | |
|
Export performance data as JSON | |
|
Generate a performance report | |
|
Get all active measurements | |
|
Get completed measurements | |
|
Get current performance metrics | |
|
Import performance data from JSON | |
|
Check if tracking is currently active | |
|
Record a custom metric value | |
|
Clear all measurements and reset metrics | |
|
Start tracking performance | |
|
Start measuring a specific operation | |
|
Stop tracking performance |