Features: Add thread count, executable path and process uptime - #13
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThe process sampler now collects executable paths, thread counts, and uptime. The TUI, CSV output, tests, README, and JSON examples expose these fields with optional-value handling. ChangesProcess metadata flow
Estimated code review effort: 3 (Moderate) | ~20 minutes Mergeability Score: ⚪ Minimal · up to This localized feature change has no actionable merge-blocking risk remaining and is merge-ready after normal checks and review. Possibly related PRs
Suggested labels: Sequence Diagram(s)sequenceDiagram
participant ProcessSampler
participant ProcessInfo
participant TUI
participant CSVWriter
ProcessSampler->>ProcessInfo: Collect executable path, thread count, and uptime
ProcessInfo->>TUI: Provide process metadata
TUI->>TUI: Format values and fallback labels
ProcessInfo->>CSVWriter: Provide raw process metadata
CSVWriter->>CSVWriter: Escape paths and emit optional fields
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit