Function profile

  • A property accessor decorator used for profiling method call, getters and setters.

    This API is considered experimental.

    Parameters

    • description: string = ''

    Returns ((target, propertyKey, descriptor) => void)

      • (target, propertyKey, descriptor): void
      • Parameters

        • target: any
        • propertyKey: string
        • descriptor: PropertyDescriptor

        Returns void

Generated using TypeDoc