ProfileDecoratorOptions interface
Options accepted by the profile() decorator.
Every field is optional; omitted fields fall back to the IMQ_LOG_TIME, IMQ_LOG_ARGS and IMQ_LOG_LEVEL environment defaults.
Signature:
export interface ProfileDecoratorOptions
Remarks
enableDebugTime and enableDebugArgs override the environment defaults only when passed as real booleans — any other value is ignored and the environment default applies.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) Turns on/off arguments debugging, overriding IMQ_LOG_ARGS. | ||
|
boolean |
(Optional) Turns on/off execution time debugging, overriding IMQ_LOG_TIME. | ||
|
(Optional) Logger method used for the profiling output — one of |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.