mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
removed print of elapsed time
This commit is contained in:
parent
c7d4582efa
commit
eb4da5ff0c
@ -509,8 +509,9 @@ int slsDetectorUtils::acquire(int delflag){
|
||||
sem_destroy(&sem_newRTAcquisition);
|
||||
|
||||
clock_gettime(CLOCK_REALTIME, &end);
|
||||
#ifdef VERBOSE
|
||||
cout << "Elapsed time for acquisition:" << (( end.tv_sec - begin.tv_sec ) + ( end.tv_nsec - begin.tv_nsec ) / 1000000000.0) << " seconds" << endl;
|
||||
|
||||
#endif
|
||||
return OK;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user