Kernel Tuning Toolkit
2.3
Loading...
Searching...
No Matches
ParameterValueType.h
Go to the documentation of this file.
1
4
#pragma once
5
6
namespace
ktt
7
{
8
12
enum class
ParameterValueType
13
{
16
Int
,
17
20
UnsignedInt
,
21
24
Double
,
25
28
Float
=
Double
,
29
32
Bool
,
33
36
String
,
37
40
CompilerParameter
41
};
42
43
}
// namespace ktt
ktt
Definition
KttPlatform.h:41
ktt::ParameterValueType
ParameterValueType
Definition
ParameterValueType.h:13
ktt::ParameterValueType::String
@ String
ktt::ParameterValueType::CompilerParameter
@ CompilerParameter
ktt::ParameterValueType::Bool
@ Bool
ktt::ArgumentDataType::Float
@ Float
ktt::ProfilingCounterType::Int
@ Int
ktt::ProfilingCounterType::UnsignedInt
@ UnsignedInt
ktt::ProfilingCounterType::Double
@ Double
Source
Kernel
ParameterValueType.h
Generated by
1.9.8