Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

At NCI, we provide researchers with profilers so that they can improve their code performance with a clear guidance. We tested four profiling tools and show the corresponding examples Here is a summary in the table below.

profilersCPUGPUMPItimeline  high level performance summary
PProf.jlx

source code
Intel-Vtunex
xfunctionx
NVidia Nsight Systems
xxfunctionx
NVida Nsight Compute
xxsource codex

We tested four profiling tools and show the corresponding examples below.

PProf.jl

This tool shows the information collected by the native Julia profiler through a graphic user interface. One can navigate through the profiling result by the statistics, flamegraph, and calling graph view and use the search bar to find any piece of code under interest.

...