code docs
This commit is contained in:
parent
4a0b3f6c40
commit
657fda818b
|
@ -823,6 +823,7 @@ double Monitor::GetFPS() const {
|
|||
return curr_fps;
|
||||
}
|
||||
|
||||
/* I think this returns the # of micro seconds that we should sleep in order to maintain the desired analysis rate */
|
||||
useconds_t Monitor::GetAnalysisRate() {
|
||||
capture_fps = GetFPS();
|
||||
if ( !analysis_fps_limit ) {
|
||||
|
|
Loading…
Reference in New Issue