mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add callgraph flags for thread-ids
This allows you to set a flag to show the thread id of what was recorded. Use this to help disassociate similar threads in a process to figure out which thread is consuming a majority of the Total time of that process.
This commit is contained in:
@ -43,11 +43,13 @@ callgraphview symbol {
|
||||
}
|
||||
callgraphview symbol.context-switch,
|
||||
callgraphview symbol.process,
|
||||
callgraphview symbol.thread,
|
||||
callgraphview symbol.root,
|
||||
callgraphview symbol.unwindable {
|
||||
font-weight: 600;
|
||||
}
|
||||
callgraphview row:not(:selected) treeexpander expander:checked+box symbol.process,
|
||||
callgraphview row:not(:selected) treeexpander expander:checked+box symbol.thread,
|
||||
callgraphview row:not(:selected) treeexpander expander:checked+box symbol.root {
|
||||
border-radius: 9999px;
|
||||
background-color: alpha(currentColor, .05);
|
||||
|
||||
Reference in New Issue
Block a user