wolfpld/tracy

Visualize the fiber currently schedule on a thread

Open

#398 创建于 2022年5月26日

在 GitHub 查看
 (6 评论) (2 反应) (0 负责人)C++ (474 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (6,366 star)
PR 合并指标
 (平均合并 4天) (30 天内合并 29 个 PR)

描述

When using a lot of fibers you get a lot of fiber swimlane displayed at the same time and it become hard to have a global understanding of when fiber are scheduled compared to each other.

I wish to be able to see which fiber is scheduled when on a particular thread swimlane (especially to see sampled data associated with the corresponding fiber)

Ideally I would imagine something similar to context switch line on top of thread swimlane with the name of the current fiber and name of job it runs.

But in the meantime, is it possible to emulate this feature by instrumenting my app with a markup to make the name of the job appear in the thread swimlane "somehow" ?

贡献者指南