|
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.
|
This is the complete list of members for tim::operation::async< Tp >, including all inherited members.
| async(type &obj) | tim::operation::async< Tp > | inlineexplicit |
| async(const async &)=delete | tim::operation::async< Tp > | |
| async(async &&)=default | tim::operation::async< Tp > | |
| lock_type typedef | tim::operation::async< Tp > | |
| operator()(FuncT &&func, Args... args) | tim::operation::async< Tp > | inline |
| operator=(const async &)=delete | tim::operation::async< Tp > | |
| operator=(async &&)=default | tim::operation::async< Tp > | |
| task_type typedef | tim::operation::async< Tp > | |
| this_type typedef | tim::operation::async< Tp > | |
| type typedef | tim::operation::async< Tp > | |
| wait() | tim::operation::async< Tp > | inline |
| ~async() | tim::operation::async< Tp > | inline |