Continuous software call-stack profiling
Open
enhancement
- Dominant language
- Go
- Stars
- 453
- Forks
- 60
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 3
Description
PerfSpect's flame command collects call stack data for a specified duration.
Continuous profiling would provide snapshots of N duration repeated for M duration.
e.g., perfspect flame --duration 30m --interval 2m
would produce 15 timestamped flamegraphs
The flamegraphs can then be correlated with other timestamped activity on the system, e.g., from application log files
Contributor guide
Assessment
This issue has not been assessed yet.