This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new 138a057 Update profile.graphqls
138a057 is described below
commit 138a0573cfcc5a44a99d3063b43d314faee8654a
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Fri Jan 31 17:36:16 2020 +0800
Update profile.graphqls
---
profile.graphqls | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/profile.graphqls b/profile.graphqls
index cc80e70..c70e7a9 100644
--- a/profile.graphqls
+++ b/profile.graphqls
@@ -88,11 +88,11 @@ type ProfileTask {
type ProfileStackElement {
# stack code signature
codeSignature: String!
- # self include children duration(millisecond)
+ # Include the execution time of children(millisecond)
duration: Int!
- # self exclude children duration(millisecond)
+ # Exclude the execution time of children(millisecond)
durationChildExcluded: Int!
- # total dump count
+ # continuous dump count
count: Int!
# children of this stack code sign
childs: [ProfileStackElement!]