Show / Hide Table of Contents

Interface IDiagnosticsService

Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("Diagnostics")]
public interface IDiagnosticsService : IAutomationService

Methods

GetProfilingSettings()

Declaration
DiagnosticProfilingSettings GetProfilingSettings()
Returns
Type Description
DiagnosticProfilingSettings

StartMemoryProfiling()

Declaration
void StartMemoryProfiling()

StartPerformanceProfiling()

Declaration
void StartPerformanceProfiling()

StopMemoryProfiling()

Declaration
void StopMemoryProfiling()

StopPerformanceProfiling()

Declaration
void StopPerformanceProfiling()

TakeMemorySnapshot()

Declaration
void TakeMemorySnapshot()
In This Article
Back to top Generated by DocFX