Function MountainGetPerformanceStats
Source pub async fn MountainGetPerformanceStats(
app_handle: AppHandle,
) -> Result<Value, String>
Expand description
Get performance stats.
Retrieves current performance statistics for monitoring.
§Arguments
app_handle - Tauri application handle
§Returns
Returns performance stats JSON, or an error string.
§Errors
Returns an error if stats cannot be collected.