ginkgo/core/log/performance_hint.hpp Source File#
|
Reference API
|
performance_hint.hpp
Definition executor.hpp:615
Definition logger.hpp:76
Definition performance_hint.hpp:29
void print_status() const
void on_free_completed(const Executor *exec, const uintptr &location) const override
void on_allocation_completed(const Executor *exec, const size_type &num_bytes, const uintptr &location) const override
static std::unique_ptr< PerformanceHint > create(std::ostream &os=std::cerr, size_type allocation_size_limit=16, size_type copy_size_limit=16, size_type histogram_max_size=1024)
Definition performance_hint.hpp:61
void on_copy_completed(const Executor *from, const Executor *to, const uintptr &location_from, const uintptr &location_to, const size_type &num_bytes) const override
Generated by