| 
    
    
     logutils.hpp   
Go to the documentation of this file. 
int per_chunk Will log for each per_chunk processed.  Definition: logutils.hpp:65 std::pair< int, int > group(int group) Returns the start and end offsets of a chunk group.  Definition: logutils.hpp:46 void log(int it, const std::string &prefix) Log to the terminal.  Definition: logutils.hpp:54 LoggerHelper(int max_, int chunks, int minsize) Default constructor.  Definition: logutils.hpp:27 Helper class for progress logging during time consuming processes.  Definition: logutils.hpp:21  |