mirror of https://gitee.com/bigwinds/arangodb
Add two more functions to perf analysis.
This commit is contained in:
parent
3068b8ecb5
commit
271daafdbe
|
@ -65,6 +65,10 @@ main(){
|
|||
addEvent handleRequest handleRequest@HttpServer.cpp
|
||||
addEvent handleWrite handleWrite@SocketTask.cpp
|
||||
|
||||
echo "work in LogicalCollection"
|
||||
addEvent logicalInsertDocument insertDocument@LogicalCollection.cpp
|
||||
addEvent logicalInsert insert@LogicalCollection.cpp
|
||||
|
||||
addEvent tcp_sendmsg
|
||||
addEvent tcp_recvmsg
|
||||
|
||||
|
|
Loading…
Reference in New Issue