code docs

This commit is contained in:
Isaac Connor 2018-02-13 05:26:30 -05:00
parent 4a0b3f6c40
commit 657fda818b
1 changed files with 1 additions and 0 deletions

View File

@ -823,6 +823,7 @@ double Monitor::GetFPS() const {
return curr_fps; 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() { useconds_t Monitor::GetAnalysisRate() {
capture_fps = GetFPS(); capture_fps = GetFPS();
if ( !analysis_fps_limit ) { if ( !analysis_fps_limit ) {