1
0
Fork 0

Add two more functions to perf analysis.

This commit is contained in:
Max Neunhoeffer 2016-12-19 13:04:27 +01:00
parent 3068b8ecb5
commit 271daafdbe
1 changed files with 4 additions and 0 deletions

View File

@ -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