IMQ_LOG_TIME variable
Whether execution-time profiling is on by default, from the IMQ_LOG_TIME environment variable.
Signature:
IMQ_LOG_TIME: boolean
Remarks
The value is coerced numerically: any non-zero number enables it, while 0, an empty value, or any non-numeric string — including true — disables it. Use IMQ_LOG_TIME=1.
Read once when the module is first imported, so later changes to process.env are ignored. Individual decorators override this via ProfileDecoratorOptions.enableDebugTime.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.