jlfwong / jlfwong/speedscope

FeatureRequest: "Sort threads by runtime or liveliness"

Open
#283 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
6.8k
Forks
320
PR merge metrics
No merged PRs in 30d

Description

Many times in a system some threads are created but they are short lived. Allow the user to select the sorting criterion for the threads:
1) First sorting criterion would be thread runtime. If a thread was running for the whole time during the program, it is probably more important than the thread that was running for a few miliseconds
2) Liveliness: if a thread is sleeping most of the time, even if it did run for the whole duration of the program, it is probably not that important. The more consecutive stack samples that are same, the less lively the thread is.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.