IMQ_LOG_TIME_FORMAT variable

Unit used when rendering profiled execution time, from the IMQ_LOG_TIME_FORMAT environment variable. Accepts microseconds, milliseconds or seconds, and defaults to microseconds.

Signature:

IMQ_LOG_TIME_FORMAT: AllowedTimeFormat

Remarks

The value is not validated, so any unrecognized string falls back to microseconds silently. Read once when the module is first imported and applied globally — there is no per-decorator or per-call override.

Output is rendered as <n> μs (unrounded), <n.nnn> ms, or <n.nnn> sec.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.