Class CollectTraceClient
Inheritance
System.Object
CollectTraceClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Host
Assembly: AltV.Net.Host.dll
Syntax
public class CollectTraceClient
Fields
| Improve this Doc View SourceCpuSampling
Declaration
public static readonly CollectTraceClient.Profile CpuSampling
Field Value
| Type | Description |
|---|---|
| CollectTraceClient.Profile |
GcCollect
Declaration
public static readonly CollectTraceClient.Profile GcCollect
Field Value
| Type | Description |
|---|---|
| CollectTraceClient.Profile |
GcVerbose
Declaration
public static readonly CollectTraceClient.Profile GcVerbose
Field Value
| Type | Description |
|---|---|
| CollectTraceClient.Profile |
Methods
| Improve this Doc View SourceCollect(ICollection<Action<Int64>>, CollectTrace.Tracing, FileInfo, TraceFileFormat)
Declaration
public static async Task<int> Collect(ICollection<Action<long>> sizeChangeCallbacks, CollectTrace.Tracing tracing, FileInfo output, TraceFileFormat format = TraceFileFormat.NetTrace)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.ICollection<System.Action<System.Int64>> | sizeChangeCallbacks | |
| CollectTrace.Tracing | tracing | |
| System.IO.FileInfo | output | |
| TraceFileFormat | format |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Int32> |
ToProviders(String)
Declaration
public static List<EventPipeProvider> ToProviders(string providers)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | providers |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<EventPipeProvider> |