Use Slim Reader/Writer lock to replace CRITICAL_SECTION (better performance).
[gdipp.git] / gdipp_config / constant_demo.h
blob9cd62eb46e6acc4c889c40d20e7c07b2f65fed3a
1 #pragma once
3 namespace gdipp
5 namespace demo_config
8 static const unsigned int CYCLES = 5000;
9 static const unsigned char THREADS = 1;
10 static const bool RANDOM_TEXT = false;