#include <ngcdcsACQ.hpp>
Public Member Functions | |
| ngcdcs_acqperf_t () | |
| Constructor. | |
| void | Add (ngcdcs_acqperf_t &p) |
| Add measurement. | |
| void | Clear () |
| Clear all measurments. | |
Public Attributes | |
| ngcdcs_acq_stat_t | size |
| Reference size for rate in bytes. | |
| ngcdcs_acq_stat_t | net |
| Network overhead in seconds. | |
| ngcdcs_acq_stat_t | proc |
| Post-processing overhead in seconds. | |
| ngcdcs_acq_stat_t | file |
| File creation overhead in seconds. | |
| ngcdcs_acq_stat_t | disk |
| Disk overhead in seconds. | |
| ngcdcs_acq_stat_t | close |
| File closing overhead in seconds. | |
| ngcdcs_acq_stat_t | fits |
| FITS-header overhead in seconds. | |
| ngcdcs_acq_stat_t | total |
| Total transfer overhead in seconds. | |
| ngcdcs_acq_stat_t | exp |
| Total exposure time in seconds. | |
Transfer performance
|
inline |
Constructor.
|
inline |
Add measurement.
|
inline |
Clear all measurments.
| ngcdcs_acq_stat_t ngcdcs_acqperf_t::close |
File closing overhead in seconds.
| ngcdcs_acq_stat_t ngcdcs_acqperf_t::disk |
Disk overhead in seconds.
| ngcdcs_acq_stat_t ngcdcs_acqperf_t::exp |
Total exposure time in seconds.
| ngcdcs_acq_stat_t ngcdcs_acqperf_t::file |
File creation overhead in seconds.
| ngcdcs_acq_stat_t ngcdcs_acqperf_t::fits |
FITS-header overhead in seconds.
| ngcdcs_acq_stat_t ngcdcs_acqperf_t::net |
Network overhead in seconds.
| ngcdcs_acq_stat_t ngcdcs_acqperf_t::proc |
Post-processing overhead in seconds.
| ngcdcs_acq_stat_t ngcdcs_acqperf_t::size |
Reference size for rate in bytes.
| ngcdcs_acq_stat_t ngcdcs_acqperf_t::total |
Total transfer overhead in seconds.