lucasssvaz commented on code in PR #1637:
URL: https://github.com/apache/nuttx-apps/pull/1637#discussion_r1129264893


##########
benchmarks/coremark/add_init_message.patch:
##########
@@ -0,0 +1,12 @@
+--- coremark/posix/core_portme.c
++++ coremark/posix/core_portme.c
+@@ -208,6 +208,9 @@ ee_u32 default_num_contexts = MULTITHREAD;
+ void
+ portable_init(core_portable *p, int *argc, char *argv[])
+ {
++
++    ee_printf("Running CoreMark...\n");

Review Comment:
   To be able to tell that the application has started when running as the 
entry point.
   By default it doesn't show anything and, when testing, it looked like it was 
stuck when using many iterations.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to