Skip to content
Snippets Groups Projects
Commit f29e36e4 authored by alexander.lysikov's avatar alexander.lysikov
Browse files

move dap_pass_msg_benchmark()

parent 5a5fb0a3
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
*/ */
#define dap_pass_msg_benchmark(testname, benchmark_text) \
printf("\t%s%s PASS. %s%s\n", TEXT_COLOR_GRN, testname, benchmark_text, TEXT_COLOR_RESET); \
fflush(stdout); \
/** /**
* Display time in the format 'x.xx sec.' or 'xx msec.' * Display time in the format 'x.xx sec.' or 'xx msec.'
*/ */
......
...@@ -70,10 +70,6 @@ ...@@ -70,10 +70,6 @@
fflush(stdout); \ fflush(stdout); \
#define dap_pass_msg_benchmark(testname, benchmark_text) \
printf("\t%s%s PASS. %s%s\n", TEXT_COLOR_GRN, testname, benchmark_text, TEXT_COLOR_RESET); \
fflush(stdout); \
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment