jax.profiler module
Contents
jax.profiler module#
Tracing and time profiling#
Profiling computation describes how to make use of JAX’s tracing and time profilingfeatures.
| Starts the profiler server on portport. |
| Starts a profiler trace. |
Stops the currently-running profiler trace. | |
| Context manager to take a profiler trace. |
| Decorator that generates a trace event for the execution of a function. |
| Context manager that generates a trace event in the profiler. |
| Context manager that generates a step trace event in the profiler. |
Device memory profiling#
SeeProfiling device memory for an introduction to JAX’s device memoryprofiling features.
| Captures a JAX device memory profile as |
| Collects a device memory profile and writes it to a file. |
