Controller Methods |
The Controller type exposes the following members.
Name | Description | |
---|---|---|
![]() | CaptureMemorySnapshot |
Captures snapshot with heap data.
|
![]() | CapturePerformanceSnapshot |
Captures snapshot without heap data.
|
![]() | ClearEventTables |
Clears event table(s) by name.
|
![]() | ForceGc |
Forces garbage collection in the profiled application.
|
![]() | GetHost |
Gets the host name where the profiled application is running.
|
![]() | GetPort |
Gets the profiler agent port.
|
![]() | GetProbeActivityModes |
Gets probe activity modes.
|
![]() | GetStatus |
Gets the profiler agent status.
|
![]() | GetTotalCreatedObjects |
Gets allocation profiling statistics.
|
![]() | GetTriggers |
Gets trigger description.
|
![]() ![]() | newBuilder |
Creates builder of the Controller.
|
![]() | ResetAllocationProfiling |
Clears allocation profiling results.
|
![]() | ResetCpuProfiling |
Clears current results of CPU profiling in any mode, be it sampling or tracing.
|
![]() | ResetExceptionProfiling |
Clears recorded exceptions.
|
![]() | ResetTelemetry |
Clears telemetry.
|
![]() | ResetThreadProfiling |
Clears the collected thread profiling data and
continues the thread profiling if it is active.
|
![]() | SetProbeActivityModes |
Changes probe activity modes of the specified probes.
|
![]() | SetTriggers |
Sets trigger description.
|
![]() | StartAllocationProfiling |
Starts allocation profiling.
|
![]() | StartExceptionProfiling |
Starts exception profiling.
|
![]() | StartSampling |
Starts CPU sampling.
|
![]() | StartTelemetry |
Starts collecting performance telemetry.
|
![]() | StartThreadProfiling |
Starts thread profiling.
|
![]() | StartTracing |
Starts CPU tracing.
|
![]() | StopAllocationProfiling |
Stops allocation profiling.
|
![]() | StopCpuProfiling |
Stops CPU profiling, either CPU sampling or CPU tracing.
|
![]() | StopExceptionProfiling |
Stops exception profiling.
|
![]() | StopTelemetry |
Stops collecting performance telemetry.
|
![]() | StopThreadProfiling |
Stops thread profiling.
|