repo.or.cz
/
gdipp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use Slim Reader/Writer lock to replace CRITICAL_SECTION (better performance).
[gdipp.git]
/
gdipp_config
/
constant_demo.h
blob
9cd62eb46e6acc4c889c40d20e7c07b2f65fed3a
1
#pragma once
2
3
namespace
gdipp
4
{
5
namespace
demo_config
6
{
7
8
static const unsigned int
CYCLES
=
5000
;
9
static const unsigned char
THREADS
=
1
;
10
static const bool
RANDOM_TEXT
=
false
;
11
12
}
13
}