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]
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’sstream_indexidentifies its stream. -
Return type: