Skip to content
Snippets Groups Projects
CrawlerStatistics.cpp 157 B
Newer Older
  • Learn to ignore specific revisions
  • benbergk's avatar
    benbergk committed
    //
    // Created by Ben Bergkamp on 2/1/18.
    //
    
    #include "CrawlerStatistics.h"
    
    void CrawlerStatistics::FuncToRun()
    {
        //Sleep(3 minutes)
        //Gather data
    }