MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / TicksCounter

Method TicksCounter

PanzerChasm/ticks_counter.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8TicksCounter::TicksCounter( const Time frequency_calc_interval )
9 : frequency_calc_interval_(frequency_calc_interval)
10 , total_ticks_(0u)
11 , output_ticks_frequency_(0.0f)
12 , current_sample_ticks_(0u)
13 , last_update_time_( Time::CurrentTime() )
14{}
15
16TicksCounter::~TicksCounter()
17{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected