arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
182 stars 45 forks source link

Added time taken to the tracer. #131

Closed F21 closed 11 years ago

F21 commented 11 years ago

Just a small enhancement so that the enhanced tracer now gets an additional property for the response.

The timetaken is the time it takes to send the request and get a response from the server. :smile: