arangosh> var c = stmt.execute();
arangosh> c.getExtra();
{
"stats" : {
"writesExecuted" : 0,
"writesIgnored" : 0,
"scannedFull" : 0,
"scannedIndex" : 0,
"filtered" : 0,
"httpRequests" : 0,
"executionTime" : 0.00015211105346679688,
"peakMemoryUsage" : 2408
},
"warnings" : [ ],
"profile" : {
"initializing" : 0.0000016689300537109375,
"parsing" : 0.000026464462280273438,
"optimizing ast" : 0.0000019073486328125,
"loading collections" : 0.0000030994415283203125,
"instantiating plan" : 0.000014543533325195312,
"optimizing plan" : 0.00005555152893066406,
"executing" : 0.0000171661376953125,
"finalizing" : 0.00002288818359375
}
}