File tree Expand file tree Collapse file tree
Source/Processors/DataThreads Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 GlobalSection (SolutionProperties ) = preSolution
3333 HideSolutionNode = FALSE
3434 EndGlobalSection
35- GlobalSection (Performance ) = preSolution
36- HasPerformanceSessions = true
37- EndGlobalSection
3835EndGlobal
Original file line number Diff line number Diff line change @@ -1502,7 +1502,7 @@ bool RHD2000Thread::updateBuffer()
15021502 int numStreams = enabledStreams.size ();
15031503 int nSamps = Rhd2000DataBlock::getSamplesPerDataBlock (evalBoard->isUSB3 ());
15041504
1505- evalBoard->printFIFOmetrics ();
1505+ // evalBoard->printFIFOmetrics();
15061506 for (int samp = 0 ; samp < nSamps; samp++)
15071507 {
15081508 int channel = -1 ;
Original file line number Diff line number Diff line change 2929#include " rhd2000datablock.h"
3030
3131#include " okFrontPanelDLL.h"
32- #include < Windows.h>
3332
3433using namespace std ;
3534
You can’t perform that action at this time.
0 commit comments