Click or drag to resize
DigitalRuneProfilerGet Method (Int32)
Gets the ProfilerDataCollection for the specified thread.

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static ProfilerDataCollection Get(
	int threadId
)

Parameters

threadId
Type: SystemInt32
The thread ID, a unique identifier for the managed thread. (See ManagedThreadId.)

Return Value

Type: ProfilerDataCollection
The ProfilerDataCollection for the specified thread.
Remarks
Thread-Safety: Accessing the profiler data of a thread that is not the current thread is not thread-safe.
See Also