From 00c02d00f344f86ef93d8fa264f1a60682ea7608 Mon Sep 17 00:00:00 2001 From: vishalsodani Date: Fri, 30 Sep 2022 22:17:06 +0530 Subject: [PATCH] Add missing logging timer to extractors --- milli/src/update/index_documents/extract/extract_geo_points.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/milli/src/update/index_documents/extract/extract_geo_points.rs b/milli/src/update/index_documents/extract/extract_geo_points.rs index 47085144a..5ea079823 100644 --- a/milli/src/update/index_documents/extract/extract_geo_points.rs +++ b/milli/src/update/index_documents/extract/extract_geo_points.rs @@ -12,6 +12,7 @@ use crate::{FieldId, InternalError, Result}; /// Extracts the geographical coordinates contained in each document under the `_geo` field. /// /// Returns the generated grenad reader containing the docid as key associated to the (latitude, longitude) +#[logging_timer::time] pub fn extract_geo_points( obkv_documents: grenad::Reader, indexer: GrenadParameters,