return;
}
- MTR_BEGIN("manifest", "manifest_put");
+ MTR_SCOPE("manifest", "manifest_put");
// See comment in get_file_hash_index for why saving of timestamps is forced
// for precompiled headers.
ctx.time_of_compilation,
save_timestamp);
});
-
- MTR_END("manifest", "manifest_put");
}
struct FindCoverageFileResult
void
PrimaryStorage::initialize()
{
- MTR_BEGIN("primary_storage", "clean_internal_tempdir");
+ MTR_SCOPE("primary_storage", "clean_internal_tempdir");
+
if (m_config.temporary_dir() == m_config.cache_dir() + "/tmp") {
clean_internal_tempdir();
}
- MTR_END("primary_storage", "clean_internal_tempdir");
}
void