anchao commented on code in PR #18607:
URL: https://github.com/apache/nuttx/pull/18607#discussion_r2994588626
##########
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:
@simbit18
I did not use AI, otherwise the comments you are seeing should be from
copilot not me.
I was involved in some of the later refactoring and implementation of
**sched_note**, and also contributed to **SystemView**. All of this work was
done by myself:
https://github.com/apache/nuttx/pull/5327
--
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]