Skip to content

PerformanceServiceCollectionExtensions.AddPerformanceMonitoring(this IServiceCollection) Method

Definition

Namespace: Brine2D.Performance

Adds performance monitoring services. Includes frame time tracking, FPS, memory, and system profiling.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddPerformanceMonitoring(this Microsoft.Extensions.DependencyInjection.IServiceCollection services);

Parameters

services Microsoft.Extensions.DependencyInjection.IServiceCollection

Returns

Microsoft.Extensions.DependencyInjection.IServiceCollection