bundle.tracy.cli

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

log

Functions

tracy()

Tracy profiler — build extension and native tools.

build(→ None)

Build Tracy components.

Module Contents

bundle.tracy.cli.log
async bundle.tracy.cli.tracy()

Tracy profiler — build extension and native tools.

async bundle.tracy.cli.build(targets: tuple[str, Ellipsis], jobs: int) None

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