Sumit6307 commented on code in PR #18607:
URL: https://github.com/apache/nuttx/pull/18607#discussion_r2994558111


##########
fs/vfs/fs_profile.c:
##########
@@ -20,21 +20,36 @@
  *
  ****************************************************************************/
 
-#ifndef __BOARDS_TRICORE_TC4DA_TRIBOARD_TC4X9_COM_INCLUDE_BOARD_H
-#define __BOARDS_TRICORE_TC4DA_TRIBOARD_TC4X9_COM_INCLUDE_BOARD_H
-
 /****************************************************************************
  * Included Files
  ****************************************************************************/
 
 #include <nuttx/config.h>
+#include <nuttx/clock.h>
+#include <nuttx/atomic.h>
+#include "vfs.h"
 
 /****************************************************************************
- * Pre-processor Definitions
+ * Public Data
  ****************************************************************************/
 
+struct vfs_profile_s g_vfs_profile;
+
 /****************************************************************************
- * Public Functions Definitions
+ * Public Functions
  ****************************************************************************/
 
-#endif /* __BOARDS_TRICORE_TC4DA_TRIBOARD_TC4X9_COM_INCLUDE_BOARD_H */
+void vfs_profile_start(FAR clock_t *start)

Review Comment:
   > It feels like a game of table tennis between artificial intelligences! :)
   
   @simbit18 I'm actually not using AI! I have just been spending a lot of 
extra time carefully writing, reviewing, and formalizing my responses because I 
want to make sure my architectural discussions are as thorough and clear as 
possible for my GSoC application!
   



-- 
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