|
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/mpl/apply.hpp"#include "timemory/settings/declaration.hpp"#include "timemory/units.hpp"#include "timemory/utility/utility.hpp"#include "timemory/variadic/macros.hpp"#include <algorithm>#include <array>#include <chrono>#include <cstdint>#include <cstdio>#include <cstring>#include <iostream>#include <thread>#include <type_traits>#include <utility>#include <vector>#include <errno.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/time.h>#include <sys/types.h>#include <sys/wait.h>
Include dependency graph for sampler.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | tim |
| namespace | tim::sampling |
| namespace | tim::trait |
Typedefs | |
| template<size_t N> | |
| using | tim::sampling::fixed_size_t = typename fixed_size< N >::type |
| template<int... Ids> | |
| using | tim::sampling::fixed_sig_t = typename fixed_sig< Ids... >::type |
Enumerations | |
| enum | { tim::sampling::dynamic = 0 } |
| \value tim::sampling::dynamic More... | |