Module.instrument() method
Home > @rimitive/core > Module > instrument
Module.instrument() method
Section titled “Module.instrument() method”Optional: wrap impl for debugging/profiling when instrumentation is enabled
Signature:
instrument?(impl: TImpl, instrumentation: InstrumentationContext, ctx: ServiceContext): TImpl;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
impl |
TImpl | |
|
instrumentation | ||
|
ctx |
Returns:
TImpl