Changeset 3610 in Sophya for trunk/AddOn/TAcq/mfits2spec.cc


Ignore:
Timestamp:
Apr 30, 2009, 2:26:16 PM (16 years ago)
Author:
ansari
Message:

Amelioration script analyse paquet de donnees FFT - Reza, 30/04/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/mfits2spec.cc

    r3593 r3610  
    238238    tm.Split();
    239239    cout << "---- FIN lecture " << ffname << " NFileOK=" << nfileok << endl;
    240     cout << "  TotalDiskRead" << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= "
     240    cout << "  TotalDiskRead= " << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= "
    241241         << (double)(nbytesrd)/(1024.*1024.)/tm.PartialCPUTime() << " MB/s" << endl;   
    242242  }   
     
    330330    tm.Split();
    331331    cout << "---- FIN lecture " << ffname << " NFileOK=" << nfileok << endl;
    332     cout << "  TotalDiskRead" << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= "
     332    cout << "  TotalDiskRead= " << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= "
    333333         << (double)(nbytesrd)/(1024.*1024.)/tm.PartialCPUTime() << " MB/s" << endl;   
    334334  } 
     
    436436    tm.Split();
    437437    cout << "---- FIN lecture " << ffname << " NFileOK=" << nfileok << endl;
    438     cout << "  TotalDiskRead" << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= "
     438    cout << "  TotalDiskRead= " << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= "
    439439         << (double)(nbytesrd)/(1024.*1024.)/tm.PartialCPUTime() << " MB/s" << endl;   
    440440  } 
Note: See TracChangeset for help on using the changeset viewer.