arangosh> var c = stmt.execute();
arangosh> c.getExtra();
{
"stats" : {
"writesExecuted" : 0,
"writesIgnored" : 0,
"scannedFull" : 0,
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
"executionTime" : 0.000095367431640625,
"peakMemoryUsage" : 34168
},
"warnings" : [ ],
"profile" : {
"initializing" : 0.0000011920928955078125,
"parsing" : 0.00001239776611328125,
"optimizing ast" : 0.000001430511474609375,
"loading collections" : 0.000001430511474609375,
"instantiating plan" : 0.000007152557373046875,
"optimizing plan" : 0.00003409385681152344,
"executing" : 0.000021457672119140625,
"finalizing" : 0.000011444091796875
}
}