IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).

Python function

take_launch_trace

take_launch_trace()

max.driver.take_launch_trace() → list[max.driver.LaunchTraceEntry]

source

Stops the global recording and returns the recorded entries.

Returns:

The operations enqueued since begin_launch_trace, in enqueue order across all streams. Each entry’s stream_index identifies its stream.

Return type:

list[LaunchTraceEntry]