Method: Mongoid::Contextual::MapReduce#time
- Defined in:
- lib/mongoid/contextual/map_reduce.rb
#time ⇒ Float
Get the execution time of the map/reduce.
211 212 213 |
# File 'lib/mongoid/contextual/map_reduce.rb', line 211 def time results["timeMillis"] end |