Add progress bars and argument parsing

This commit is contained in:
David 2021-08-29 21:24:17 +02:00
commit a45ae025d6
7 changed files with 4897 additions and 29 deletions

View file

@ -3,6 +3,8 @@
#include <math.h>
#include <memory>
#include <pthread.h>
#include <unistd.h>
#include "timer.hpp"
#include "random.h"