Click or drag to resize
DigitalRuneDigitalRune.Diagnostics Namespace
The DigitalRune.Diagnostics namespace provides types for debugging and profiling applications.
Classes
  ClassDescription
Public classCode exampleHierarchicalProfiler
Provides support for hierarchical profiling. (Not available in Silverlight.)
Public classHierarchicalProfilerNode
Defines a node in the hierarchical measurements of a HierarchicalProfiler.
Public classCode exampleProfiler
Provides support for simple, non-hierarchical profiling. (Not available in Silverlight.)
Public classProfilerData
Stores profiler data.
Public classProfilerDataCollection
Stores a collection of ProfilerData instances for one thread.
Public classStopwatch
Wraps the Stopwatch class for use in a portable class library profile which does not support the normal .NET stopwatch.