Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GTimer Class


GTimer Class Methods

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

Public Methods
 NameDescription
Public MethodOverridden. Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked before any other build-time method. PostSharp Infrastructure. The method stores values that will allow for faster run-time execution. This method pre-computes as much as possible at compile time to minimize runtime processing requirements.  
Public MethodOverloaded.  (Inherited from PostSharp.Aspects.MethodLevelAspect)
Public MethodReturns a value that indicates whether this instance is equal to a specified object. (Inherited from System.Attribute)
Public MethodMethod invoked at build tome to get the imperative configuration of the current PostSharp.Aspects.Aspect. (Inherited from PostSharp.Aspects.Aspect)
Public MethodReturns the hash code for this instance. (Inherited from System.Attribute)
Public MethodWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from System.Attribute)
Public MethodWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute)
Public MethodOverridden. Method executed before the body of methods to which this aspect is applied. This method is called each time a tagged method is called.  
Public MethodMethod executed after the body of methods to which this aspect is applied, in case that the method resulted with an exception. (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Public MethodMethod executed after the body of methods to which this aspect is applied, even when the method exists with an exception (this method is invoked from the finally block). (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Public MethodOverridden. Method executed after the body of methods to which this aspect is applied, but only when the method successfully returns (i.e. when no exception flies out the method.). For convenience in Analyst, each duration is stored in two metrics. An overall metric is useful for charting hot spots grouping by method. Individual metrics per method are useful for graphing duration over time.  
Public MethodInitializes the current aspect. (Inherited from PostSharp.Aspects.MethodLevelAspect)
Top
Protected Methods
 NameDescription
Protected MethodMethod invoked at build time to create a concrete PostSharp.Aspects.Configuration.AspectConfiguration instance specifically for the current PostSharp.Aspects.Aspect type. (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Protected MethodInfrastructure. Safely determine the base category path for the current aspect. Will always return a non-empty value. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
Protected MethodCalculate the category from the root to the beginning of the autogenerated category. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
Protected MethodOverloaded.  (Inherited from PostSharp.Aspects.MethodLevelAspect)
Top
See Also