mirror of https://gitee.com/bigwinds/arangodb
Fix perf setup script.
This commit is contained in:
parent
985ccaeb70
commit
cdbf9986f8
|
@ -58,22 +58,13 @@ main(){
|
|||
addEvent replaceCoordinator
|
||||
addEvent documentCoordinator
|
||||
|
||||
echo "work method in HttpServerJob"
|
||||
addEvent workHttpServerJob work@HttpServerJob.cpp
|
||||
|
||||
echo "work method in RestDocumentHandler"
|
||||
addEvent executeRestReadDocument readDocument@RestDocumentHandler.cpp
|
||||
addEvent executeRestInsertDocument createDocument@RestDocumentHandler.cpp
|
||||
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
|
||||
|
||||
echo Done.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue