Profiling JAX programs, JAX documentation team, 2024 - Official guide on using jax.profiler for collecting execution traces, visualizing them with TensorBoard, and interpreting results for JAX-specific optimizations.
Profile your ML model performance, TensorFlow documentation team, 2024 - Explains how to use TensorBoard's Profiler plugin to analyze performance traces, including the Trace Viewer and Ops View, which are compatible with JAX profiling output.
NVIDIA Nsight Systems Documentation, NVIDIA Corporation, 2025 (NVIDIA Corporation) - Provides comprehensive documentation for NVIDIA Nsight Systems, a low-level profiler for CUDA applications, useful for deep GPU kernel analysis beyond JAX's built-in profiler.