JASSv2
Classes
timer.h File Reference

Timer methods in nanoseconds and milliseconds. More...

#include <stdio.h>
#include <stdint.h>
#include <chrono>
#include <thread>
#include "asserts.h"
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::timer
 General purpose cross-platform timer methods for C++11 and later. More...
 
class  JASS::timer::duration
 A duration as returned by a stop_watch. More...
 

Detailed Description

Timer methods in nanoseconds and milliseconds.

Author
Andrew Trotman