MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / simulator_performance

Function simulator_performance

packages/server/src/api/routes.rs:1975–1981  ·  view source on GitHub ↗
(
    State(state): State<AppState>,
    Path(udid): Path<String>,
    Query(query): Query<PerformanceRequestQuery>,
)

Source from the content-addressed store, hash-verified

1973}
1974
1975async fn simulator_performance(
1976 State(state): State<AppState>,
1977 Path(udid): Path<String>,
1978 Query(query): Query<PerformanceRequestQuery>,
1979) -> Result<Json<Value>, AppError> {
1980 simulator_performance_payload(state, udid, query.pid, query.window_ms).await
1981}
1982
1983async fn simulator_process_performance(
1984 State(state): State<AppState>,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected