A place for useful things associated with testing. More...
#include "mbl_test.h"
#include <vcl_cerrno.h>
#include <vcl_string.h>
#include <vcl_fstream.h>
#include <vcl_ctime.h>
#include <vcl_cstdlib.h>
#include <vcl_iomanip.h>
#include <vul/vul_file.h>
#include <vul/vul_expand_path.h>
#include <mbl/mbl_config.h>
Go to the source code of this file.
Functions | |
vcl_string | timestamp () |
void | mbl_test_save_measurement (const vcl_string &measurement_path, double value) |
A historical measurement recording framework. |
void mbl_test_save_measurement | ( | const vcl_string & | measurement_path, |
double | value | ||
) |
A historical measurement recording framework.
Currently the function will append the measurement to the file specified by ${MBL_TEST_SAVE_MEASUREMENT_PATH}/measurement_path, and exports it to Dart. In the longer term it may save the value via Dart2.
Definition at line 55 of file mbl_test.cxx.
vcl_string timestamp | ( | ) |
Definition at line 33 of file mbl_test.cxx.