新增性能分析器

This commit is contained in:
duanhf2012
2020-04-02 15:25:25 +08:00
parent 269a999b58
commit 9e128759f6
9 changed files with 262 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ var LittleEndian bool
type Call struct {
Seq uint64
//ServiceMethod string
ServiceMethod string
Arg interface{}
Reply interface{}
Respone *RpcResponse