arangosh> var c = stmt.execute();
arangosh> c.getExtra();
{
"stats" : {
"writesExecuted" : 0,
"writesIgnored" : 0,
"scannedFull" : 0,
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
"executionTime" : 0.00009703636169433594,
"peakMemoryUsage" : 34280
},
"warnings" : [ ],
"profile" : {
"initializing" : 0.0000019073486328125,
"parsing" : 0.000014066696166992188,
"optimizing ast" : 0.0000019073486328125,
"loading collections" : 0.0000045299530029296875,
"instantiating plan" : 0.000007152557373046875,
"optimizing plan" : 0.000028371810913085938,
"executing" : 0.000018358230590820312,
"finalizing" : 0.000013589859008789062
}
}