Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

track_function

Function
This function is defined in the telemetry module.
Track a function call on the global monitor.

Signature

def track_function(name: &str, duration: Duration) -> ()

Parameters

name
&str
required
No description available.
duration
Duration
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • get_monitor
  • track_function

Source

View on GitHub

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