bundle.tracy.cli ================ .. py:module:: bundle.tracy.cli .. autoapi-nested-parse:: bundle tracy CLI bundle tracy build — build extension + capture + csvexport bundle tracy build extension — only build the Python extension bundle tracy build profiler — only build the Tracy viewer GUI bundle tracy build capture csvexport — build specific native tools bundle tracy build extension capture csvexport — build everything except profiler Attributes ---------- .. autoapisummary:: bundle.tracy.cli.log Functions --------- .. autoapisummary:: bundle.tracy.cli.tracy bundle.tracy.cli.build Module Contents --------------- .. py:data:: log .. py:function:: tracy() :async: Tracy profiler — build extension and native tools. .. py:function:: build(targets: tuple[str, Ellipsis], jobs: int) -> None :async: Build Tracy components. TARGETS: one or more of extension, profiler, capture, csvexport. Defaults to: extension capture csvexport.  .. rubric:: Examples bundle tracy build # extension + capture + csvexport bundle tracy build extension # Python binding only bundle tracy build profiler # Tracy viewer GUI (needs GLFW, freetype, capstone) bundle tracy build capture csvexport # native tools only