未验证 提交 138a0573 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Update profile.graphqls

上级 7db60e3b
...@@ -88,11 +88,11 @@ type ProfileTask { ...@@ -88,11 +88,11 @@ type ProfileTask {
type ProfileStackElement { type ProfileStackElement {
# stack code signature # stack code signature
codeSignature: String! codeSignature: String!
# self include children duration(millisecond) # Include the execution time of children(millisecond)
duration: Int! duration: Int!
# self exclude children duration(millisecond) # Exclude the execution time of children(millisecond)
durationChildExcluded: Int! durationChildExcluded: Int!
# total dump count # continuous dump count
count: Int! count: Int!
# children of this stack code sign # children of this stack code sign
childs: [ProfileStackElement!] childs: [ProfileStackElement!]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册