Extrae.jl: Julia bindings for the Extrae HPC Profiler
Published: Apr 16, 2025
Last Updated: Apr 16, 2025
Authors:Sergio Sanchez-Ramirez, Mosè Giordano
Abstract
The Julia programming language has gained acceptance within the High-Performance Computing (HPC) community due to its ability to tackle two-language problem: Julia code feels as high-level as Python but allows developers to tune it to C-level performance. But to squeeze every drop of performance, Julia needs to integrate with advanced performance analysis tools, also known as profilers. In this work, we present Extrae.jl, a Julia package to interface with the Extrae profiler.