Loading include/Statistics.h +3 −5 Original line number Diff line number Diff line #ifndef THREAD_DATA_H #define THREAD_DATA_H #ifndef STATISTICS_H #define STATISTICS_H #include <string> #include <unordered_map> Loading Loading @@ -39,8 +39,6 @@ struct Statistics { bool operator==(const Statistics& other) const; int thread_id; std::string filename; uint64_t lineBegin = 0; uint64_t lineEnd = 0; uint64_t total_counter = 0; uint64_t total_filter = 0; Loading @@ -64,4 +62,4 @@ struct Statistics { #pragma omp declare reduction(dataSum: Statistics : omp_out += omp_in ) initializer(omp_priv(omp_orig)) #endif // THREAD_DATA_H No newline at end of file #endif // STATISTICS_H No newline at end of file Loading
include/Statistics.h +3 −5 Original line number Diff line number Diff line #ifndef THREAD_DATA_H #define THREAD_DATA_H #ifndef STATISTICS_H #define STATISTICS_H #include <string> #include <unordered_map> Loading Loading @@ -39,8 +39,6 @@ struct Statistics { bool operator==(const Statistics& other) const; int thread_id; std::string filename; uint64_t lineBegin = 0; uint64_t lineEnd = 0; uint64_t total_counter = 0; uint64_t total_filter = 0; Loading @@ -64,4 +62,4 @@ struct Statistics { #pragma omp declare reduction(dataSum: Statistics : omp_out += omp_in ) initializer(omp_priv(omp_orig)) #endif // THREAD_DATA_H No newline at end of file #endif // STATISTICS_H No newline at end of file