mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Move mis-placed QTime decls into EFFICIENY ifdef
This commit is contained in:
parent
395dfe1020
commit
b8eb0e113f
@ -906,7 +906,9 @@ void ResmedLoader::checkSummaryDay( ResMedDay & resday, QDate date, Machine * ma
|
|||||||
///////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////
|
||||||
int ResmedLoader::ScanFiles(Machine * mach, const QString & datalog_path, QDate firstImport)
|
int ResmedLoader::ScanFiles(Machine * mach, const QString & datalog_path, QDate firstImport)
|
||||||
{
|
{
|
||||||
|
#ifdef DEBUG_EFFICIENCY
|
||||||
QTime time;
|
QTime time;
|
||||||
|
#endif
|
||||||
|
|
||||||
bool create_backups = p_profile->session->backupCardData();
|
bool create_backups = p_profile->session->backupCardData();
|
||||||
QString backup_path = mach->getBackupPath();
|
QString backup_path = mach->getBackupPath();
|
||||||
@ -2981,10 +2983,10 @@ bool ResmedLoader::LoadBRP(Session *sess, const QString & path)
|
|||||||
int edfparsetime = time.elapsed();
|
int edfparsetime = time.elapsed();
|
||||||
time.start();
|
time.start();
|
||||||
int AddWavetime = 0;
|
int AddWavetime = 0;
|
||||||
|
QTime time2;
|
||||||
#endif
|
#endif
|
||||||
sess->updateFirst(edf.startdate);
|
sess->updateFirst(edf.startdate);
|
||||||
|
|
||||||
QTime time2;
|
|
||||||
qint64 duration = edf.GetNumDataRecords() * edf.GetDurationMillis();
|
qint64 duration = edf.GetNumDataRecords() * edf.GetDurationMillis();
|
||||||
sess->updateLast(edf.startdate + duration);
|
sess->updateLast(edf.startdate + duration);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user