Blender  V3.3
Public Member Functions | List of all members
blender::timeit::ScopedTimerAveraged Class Reference

#include <BLI_timeit.hh>

Public Member Functions

 ScopedTimerAveraged (std::string name, int64_t &total_count, Nanoseconds &total_time, Nanoseconds &min_time)
 
 ~ScopedTimerAveraged ()
 

Detailed Description

Definition at line 41 of file BLI_timeit.hh.

Constructor & Destructor Documentation

◆ ScopedTimerAveraged()

blender::timeit::ScopedTimerAveraged::ScopedTimerAveraged ( std::string  name,
int64_t total_count,
Nanoseconds total_time,
Nanoseconds min_time 
)
inline

Definition at line 51 of file BLI_timeit.hh.

◆ ~ScopedTimerAveraged()

blender::timeit::ScopedTimerAveraged::~ScopedTimerAveraged ( )

Definition at line 32 of file timeit.cc.

References min, and blender::timeit::print_duration().


The documentation for this class was generated from the following files: