MCPcopy Create free account
hub / github.com/RustCV/RustCV / get_counter

Method get_counter

rustcv/src/core/tick_meter.rs:64–66  ·  view source on GitHub ↗

获取当前累计的帧数

(&self)

Source from the content-addressed store, hash-verified

62
63 /// 获取当前累计的帧数
64 pub fn get_counter(&self) -> u64 {
65 self.counter
66 }
67}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected