PerformanceEvent Class Members

MNG Profiler

MNG.Direct Documentation
Properties 

MNG.Profiler.Data.Core.Domain Namespace : PerformanceEvent Class
PerformanceEvent Class Members

The following tables list the members exposed by PerformanceEvent.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyThe application instance that the event was recorded for.  
Public PropertyThe time the CPU has spent doing work for the method. ie. How much time that has been spent in user or kernel code.  
Public PropertyThe name of the method being called.  
Public PropertyThe name of the object, with full class and assembly path, of the method being called.  
Public PropertyIdentifies a unique performance event.  
Public PropertyThe time the method spent being run synchronously on a thread.  
Public PropertyThe time the event occurred.  
Public PropertyThe total elapsed time, like the time on a wall clock, of the method call. ie. How much time that has passed overall in the real world.  
Top
See Also