- profilerEvent(name?): ((target: any, key: string, descriptor: PropertyDescriptor) => void)
Returns ((target: any, key: string, descriptor: PropertyDescriptor) => void)
- (target, key, descriptor): void
Parameters
- target: any
- key: string
- descriptor: PropertyDescriptor
Returns void
Decorates a method with a
ProfilerEvent.samplecall.