Closed Fin-chan closed 8 months ago
Internals of fiber scheduling are exposed via https://github.com/Tencent/flare/blob/master/flare/doc/debugging.md .
You might be interested in https://github.com/Tencent/flare/blob/master/flare/fiber/detail/scheduling_group.cc#L72 in specific.
Please note that you need open a port via flare::Server to access these variables.
I fixed the problem of long scheduling times for fiber. Thx
flare::fiber::Async() opens a fiber concatenation to execute and found that the scheduling_time is long, is there any way to analyze and optimize it?