#include <Statistics.h>
Public Member Functions | |
ScopedStatistic (const T &value, const std::string &msg) | |
~ScopedStatistic () | |
Public Attributes | |
const T & | value |
std::string | msg |
Definition at line 18 of file Statistics.h.
|
inline |
Definition at line 22 of file Statistics.h.
|
inline |
Definition at line 27 of file Statistics.h.
const T& Halide::Internal::Autoscheduler::ScopedStatistic< T >::value |
Definition at line 19 of file Statistics.h.
Referenced by ScopedStatistic(), and ~ScopedStatistic().
std::string Halide::Internal::Autoscheduler::ScopedStatistic< T >::msg |
Definition at line 20 of file Statistics.h.
Referenced by ScopedStatistic(), and ~ScopedStatistic().