PerformanceServiceCollectionExtensions.AddPerformanceMonitoring(this IServiceCollection) Method
Definition
Namespace: Brine2D.Performance
Adds performance monitoring services. Includes frame time tracking, FPS, memory, and system profiling.
C#
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddPerformanceMonitoring(this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
Parameters
services Microsoft.Extensions.DependencyInjection.IServiceCollection