Add syscall counting mode
Open
enhancement
- Dominant language
- Haskell
- Stars
- 126
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Similar to `strace -c` it should (quoting `strace` manpage):
> Count time, calls, and errors for each system call and report a summary on program exit
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests. Begin by locating the syscall tracing path and program-exit handling, then compare the desired behavior with strace -c. Done means a counting mode reports time, calls, and errors for each system call in a summary when the program exits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100