profile问题
#2128
Replies: 4 comments 1 reply
-
|
xingshuo/skynet-perf 可以参考这个工具,无侵入采样skynet snlua 服务并输出图表。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
看看这个能用不: https://github.com/findstr/lua-perf |
Beta Was this translation helpful? Give feedback.
0 replies
-
好的,我去研究下,谢谢哥 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我去研究下,谢谢哥 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
skynet提供了打点式的profile的能力,我一般会在服务的dispatch处打点处理,但这个profile模块在外部打点后就没法在内部的业务逻辑继续profile.start() 了,我现在想能采样到具体内部业务逻辑的执行,应该怎么做呢。
以及什么时候skynet可以提供采样式的profile能力,针对函数调用生成火焰图感觉可以更直观一些
Beta Was this translation helpful? Give feedback.
All reactions