mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add logging timers
This commit is contained in:
parent
a2f59a28f7
commit
fc7cc770d4
14 changed files with 16 additions and 0 deletions
|
@ -17,6 +17,7 @@ use crate::{FieldId, Result};
|
|||
///
|
||||
/// Returns the generated internal documents ids and a grenad reader
|
||||
/// with the list of extracted words from the given chunk of documents.
|
||||
#[logging_timer::time]
|
||||
pub fn extract_docid_word_positions<R: io::Read>(
|
||||
mut obkv_documents: grenad::Reader<R>,
|
||||
indexer: GrenadParameters,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue