ctadvisor is a tool that helps users analyze the compilation time of their CUDA C++ code and provides suggestions to reduce it.
CUDA Compile Time Advisor (ctadvisor) analyzes trace files containing compilation time information generated by NVCC or NVRTC. ctadvisor identifies compilation bottlenecks that take significant amount of time, for examples, template instantiation and headers processing. And it provides with users with suggestions to reduce compilation time.