diff --git a/src/performance.h b/src/performance.h index 7b8bc376..46fcc731 100644 --- a/src/performance.h +++ b/src/performance.h @@ -1,5 +1,7 @@ #pragma once +#include "serializer.h" + // Contains timing information for the entire pipeline for importing a file // into the querydb. struct PerformanceImportFile { @@ -21,4 +23,5 @@ struct PerformanceImportFile { //long long querydb_update_working_file = 0; // [querydb] apply IndexUpdate //long long querydb_apply_index_update = 0; -}; \ No newline at end of file +}; +MAKE_REFLECT_STRUCT(PerformanceImportFile, index_parse, index_build, querydb_id_map, index_save_to_disk, index_load_cached, index_make_delta); \ No newline at end of file