ProfileAttribute Class Methods

MNG Profiler

MNG.Direct Documentation

MNG.Profiler Namespace : ProfileAttribute Class
ProfileAttribute Class Methods

For a list of all members of this type, see ProfileAttribute members.

Public Methods
 NameDescription
Public Method (Inherited from PostSharp.Aspects.MethodLevelAspect)
Public MethodOverloaded.  (Inherited from PostSharp.Aspects.MethodLevelAspect)
Public Method (Inherited from System.Attribute)
Public Method (Inherited from PostSharp.Aspects.Aspect)
Public Method (Inherited from System.Attribute)
Public Method (Inherited from System.Attribute)
Public Method (Inherited from System.Attribute)
Public MethodOverridden. Handler: Called at the beginning of the method.  
Public Method (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Public MethodOverridden. Handler: Called at the end of the method. Stops profiling the method and logs the results.  
Public MethodOverridden. Handler: Called whenever the state machine resumes. Calculates the amount of time the current thread was spent waiting for its turn with the CPU. This time spent blocked is the synchronous time.  
Public Method (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Public MethodOverridden. Handler: Called whenever the state machine yields. Starts tracking the amount of time the current thread is waiting for its turn with the CPU. This time spent blocked is the synchronous time.  
Public Method (Inherited from PostSharp.Aspects.MethodLevelAspect)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Protected MethodOverloaded.  (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Top
See Also