You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void ManageModule::updateMetadata(Chunk &chunk)
{
BEGIN_TIMER();
MetadataModule::getInstance().update(chunk);
END_TIMER(update_index);
}
Hi, I found that your code above and also MetadataModule::getInstance().update(chunk); the update_index time is counted in the body of the function
perhaps one of them should be commented.
Thanks for your awesome paper!
The text was updated successfully, but these errors were encountered:
void ManageModule::updateMetadata(Chunk &chunk)
{
BEGIN_TIMER();
MetadataModule::getInstance().update(chunk);
END_TIMER(update_index);
}
Hi, I found that your code above and also MetadataModule::getInstance().update(chunk); the update_index time is counted in the body of the function
perhaps one of them should be commented.
Thanks for your awesome paper!
The text was updated successfully, but these errors were encountered: