Blender
V3.3
|
Classes | |
class | ScopedTimer |
class | ScopedTimerAveraged |
Typedefs | |
using | Clock = std::chrono::steady_clock |
using | TimePoint = Clock::time_point |
using | Nanoseconds = std::chrono::nanoseconds |
Functions | |
void | print_duration (Nanoseconds duration) |
using blender::timeit::Clock = typedef std::chrono::steady_clock |
Definition at line 13 of file BLI_timeit.hh.
using blender::timeit::Nanoseconds = typedef std::chrono::nanoseconds |
Definition at line 15 of file BLI_timeit.hh.
using blender::timeit::TimePoint = typedef Clock::time_point |
Definition at line 14 of file BLI_timeit.hh.
void blender::timeit::print_duration | ( | Nanoseconds | duration | ) |
Definition at line 10 of file timeit.cc.
Referenced by report_duration(), blender::io::alembic::report_job_duration(), blender::io::usd::report_job_duration(), report_job_duration(), blender::timeit::ScopedTimer::~ScopedTimer(), and blender::timeit::ScopedTimerAveraged::~ScopedTimerAveraged().