![]() |
USRP_Server
2.0
A flexible, GPU-accelerated radio-frequency readout software.
|
#include <USRP_server_diagnostic.hpp>
Public Member Functions | |
stop_watch () | |
void | start () |
void | stop () |
void | reset () |
double | get () |
void | store () |
double | get_average () |
void | cycle () |
Definition at line 23 of file USRP_server_diagnostic.hpp.
stop_watch::stop_watch | ( | ) |
Definition at line 333 of file USRP_server_diagnostic.cpp.
void stop_watch::start | ( | ) |
Definition at line 338 of file USRP_server_diagnostic.cpp.
void stop_watch::stop | ( | ) |
Definition at line 344 of file USRP_server_diagnostic.cpp.
Referenced by cycle().
void stop_watch::reset | ( | ) |
Definition at line 353 of file USRP_server_diagnostic.cpp.
Referenced by cycle().
double stop_watch::get | ( | ) |
Definition at line 359 of file USRP_server_diagnostic.cpp.
References print_warning().
void stop_watch::store | ( | ) |
Definition at line 366 of file USRP_server_diagnostic.cpp.
References print_warning().
Referenced by cycle().
double stop_watch::get_average | ( | ) |
Definition at line 373 of file USRP_server_diagnostic.cpp.
References print_warning().
void stop_watch::cycle | ( | ) |
Definition at line 385 of file USRP_server_diagnostic.cpp.
References reset(), stop(), and store().