#include #include #include #include #include "proxy.h" #include "stopwatch.h" #include int main(int argc, char** argv) { setvbuf(stdout, NULL, _IONBF, 0); printf("~ test ~\n"); timing_fx_init (static_tfx (), TIMING_ACTIVATED|TIMING_DISPLAY_END, "", "info=%s"); timing_fx_start (static_tfx()); sleep(1); timing_fx_stop(static_tfx(), "sleep(1)"); }