Skip to main content

get_performance_report

Function
This function is defined in the telemetry module.
Get the global performance report.

Signature

def get_performance_report() -> PerformanceReport

Returns

Returns
PerformanceReport
The result of the operation.

Uses

  • get_monitor
  • get_report

Source

View on GitHub

praisonai/src/telemetry/mod.rs at line 487