cederom commented on code in PR #18607:
URL: https://github.com/apache/nuttx/pull/18607#discussion_r2991065129
##########
fs/procfs/Kconfig:
##########
@@ -148,6 +148,14 @@ config FS_PROCFS_EXCLUDE_VERSION
bool "Exclude version"
default DEFAULT_SMALL
+config FS_PROCFS_EXCLUDE_PROFILE
+ bool "Exclude fs/profile information"
+ depends on FS_PROFILER
+ default DEFAULT_SMALL
+ ---help---
+ Causes the VFS profile information to be excluded from the
procfs
Review Comment:
Here we should explain what is the Profile about, please add few sentences
:-)
--
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]