diff --git a/scripts/setupPerfEvents.sh b/scripts/setupPerfEvents.sh index 75eb924f8d..4f11825239 100755 --- a/scripts/setupPerfEvents.sh +++ b/scripts/setupPerfEvents.sh @@ -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. }