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


##########
fs/procfs/Kconfig:
##########
@@ -148,6 +148,16 @@ config FS_PROCFS_EXCLUDE_VERSION
        bool "Exclude version"
        default DEFAULT_SMALL
 
+config FS_PROCFS_PROFILER
+       bool "Include fs/profile information"
+       depends on FS_PROFILER && !DEFAULT_SMALL
+       default y

Review Comment:
   @Sumit6307 I'm not sure if PROCFS PROFILER should be enabled by default. Why 
to enable something that should be used for benchmarking/debugging purpose?
   @xiaoxiang781216 @cederom @simbit18 @raiden00pl @linguini1 @lupyuen 
@jerpelea please comment



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