mirror of https://gitee.com/bigwinds/arangodb
Add some more events to perf analysis.
This commit is contained in:
parent
47f46a1bce
commit
1850c6ea8c
|
@ -65,6 +65,12 @@ main(){
|
|||
echo "work in LogicalCollection"
|
||||
addEvent logicalInsert insert@LogicalCollection.cpp
|
||||
|
||||
echo "work in HttpCommTask and GeneralCommTask"
|
||||
addEvent processRequest processRequest@HttpCommTask.cpp
|
||||
addEvent executeRequest executeRequest@GeneralCommTask.cpp
|
||||
addEvent handleRequest handleRequest@GeneralCommTask.cpp
|
||||
addEvent handleRequestDirectly handleRequestDirectly@GeneralCommTask.cpp
|
||||
|
||||
echo Done.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue