jax-ml/jax

Support profiling without source code changes

Open

#20,293 opened on Mar 18, 2024

 (16 comments) (2 reactions) (0 assignees)Python (3,737 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (36,165 stars)
PR merge metrics
 (Avg merge 2d 19h) (439 merged PRs in 30d)

Description

Currently adding profiling requires source-code changes which could be difficult in a large codebase.

Would be great if something like JAX_PROFILE=output.pb was supported to generate profiling from command line.

CC @hawkinsp

Contributor guide