Kernel Tuning Toolkit 2.3
 
Loading...
Searching...
No Matches
KttPlatform.h File Reference
#include <cstdint>
#include <string>

Go to the source code of this file.

Namespaces

namespace  ktt
 

Macros

#define KTT_VERSION_MAJOR   2
 
#define KTT_VERSION_MINOR   3
 
#define KTT_VERSION_PATCH   0
 

Functions

uint32_t ktt::GetKttVersion ()
 
std::string ktt::GetKttVersionString ()
 

Detailed Description

Preprocessor definitions which ensure compatibility for multiple compilers and KTT version definitions.

Macro Definition Documentation

◆ KTT_VERSION_MAJOR

#define KTT_VERSION_MAJOR   2

Major version of KTT framework. First number in KTT version description.

◆ KTT_VERSION_MINOR

#define KTT_VERSION_MINOR   3

Minor version of KTT framework. Second number in KTT version description.

◆ KTT_VERSION_PATCH

#define KTT_VERSION_PATCH   0

Patch version of KTT framework. Third number in KTT version description.