|
timemory 3.3.0
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
|
#include "timemory/components/base.hpp"#include "timemory/components/cupti/backends.hpp"#include "timemory/components/cupti/types.hpp"#include "timemory/macros.hpp"#include "timemory/utility/types.hpp"#include "timemory/variadic/lightweight_tuple.hpp"
Include dependency graph for cupti_pcsampling.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | tim::component::cupti_pcsampling |
| The PC Sampling gives the number of samples for each source and assembly line with various stall reasons. Using this information, you can pinpoint portions of your kernel that are introducing latencies and the reason for the latency. More... | |
Namespaces | |
| namespace | tim |
| namespace | tim::component |
| namespace | tim::cupti |