Skip to content

Profiling reactix codebase #72

Description

@aysunrhn

The actual computation happens within JAX. The instructions for running the code are handed to XLA, which compiles and runs the code. For this reason, we need to use multiple tools for profiling.

  • Wall clock timing
  • cProfile (python level profiling)
  • JAX XLA trace
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions