parallel-cellular-automata
Framework for building parallel cellular automata.
Classes
utimer.hpp File Reference

definition RAII timer useful for timing sections of code. More...

#include <chrono>
#include <string>

Go to the source code of this file.

Classes

class  UTimer
 RAII Timer that prints on cout the time elapsed since its creation and a message. The time is measured in microseconds. More...
 

Detailed Description

definition RAII timer useful for timing sections of code.

Version
0.1
Date
2021-12-12
See also
src/utimer.cpp for the implementation.