Sumit6307 commented on PR #18607: URL: https://github.com/apache/nuttx/pull/18607#issuecomment-4134324896
@acassis Thank you for validating this! I completely agree with your approach. To prevent any bloat on production hardware, I just pushed a fix changing `FS_PROCFS_PROFILER` to `default n`, so it is now cleanly disabled by default globally. Since you believe this is valuable for CI regression testing, I would be more than happy to explicitly enable it via `CONFIG_FS_PROCFS_PROFILER=y` strictly inside one of the Simulation board profiles (e.g., `sim:nsh` or `sim:citest`). This ensures it is exclusively used and validated during automated tests without affecting real targets. Which simulator `defconfig` would you prefer me to add it to? -- 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]
