Halide 18.0.0
Halide compiler and libraries
|
#include <Timer.h>
Public Member Functions | |
ScopedTimer (const std::string &msg) | |
~ScopedTimer () | |
ScopedTimer (const std::string &msg) | |
~ScopedTimer () | |
Public Attributes | |
std::chrono::time_point< Clock > | start = Clock::now() |
std::string | msg |
|
inlineexplicit |
|
inline |
Definition at line 26 of file Timer.h.
References Halide::cast(), msg, and start.
|
inlineexplicit |
Definition at line 36 of file Statistics.h.
References msg.
|
inline |
Definition at line 42 of file Statistics.h.
References Halide::cast(), msg, and start.
std::chrono::time_point< Clock > Halide::Internal::Autoscheduler::ScopedTimer::start = Clock::now() |
Definition at line 18 of file Timer.h.
Referenced by ~ScopedTimer().
std::string Halide::Internal::Autoscheduler::ScopedTimer::msg |
Definition at line 19 of file Timer.h.
Referenced by ScopedTimer(), and ~ScopedTimer().