Wire Sysio Wire Sysion 1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
perftest.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TEST_RAPIDJSON   1
 
#define TEST_PLATFORM   0
 
#define TEST_MISC   0
 
#define TEST_VERSION_CODE(x, y, z)
 
#define RAPIDJSON_HAS_STDSTRING   1
 

Macro Definition Documentation

◆ RAPIDJSON_HAS_STDSTRING

#define RAPIDJSON_HAS_STDSTRING   1

Definition at line 36 of file perftest.h.

◆ TEST_MISC

#define TEST_MISC   0

Definition at line 20 of file perftest.h.

◆ TEST_PLATFORM

#define TEST_PLATFORM   0

Definition at line 19 of file perftest.h.

◆ TEST_RAPIDJSON

#define TEST_RAPIDJSON   1

Definition at line 18 of file perftest.h.

◆ TEST_VERSION_CODE

#define TEST_VERSION_CODE ( x,
y,
z )
Value:
(((x)*100000) + ((y)*100) + (z))

Definition at line 22 of file perftest.h.

22#define TEST_VERSION_CODE(x,y,z) \
23 (((x)*100000) + ((y)*100) + (z))