Kernel Tuning Toolkit
2.3
Loading...
Searching...
No Matches
ProfilingCounterType.h
Go to the documentation of this file.
1
4
#pragma once
5
6
namespace
ktt
7
{
8
12
enum class
ProfilingCounterType
13
{
16
Int
,
17
20
UnsignedInt
,
21
24
Double
,
25
28
Percent
,
29
32
Throughput
,
33
37
UtilizationLevel
38
};
39
40
}
// namespace ktt
ktt
Definition
KttPlatform.h:41
ktt::ProfilingCounterType
ProfilingCounterType
Definition
ProfilingCounterType.h:13
ktt::ProfilingCounterType::Throughput
@ Throughput
ktt::ProfilingCounterType::Int
@ Int
ktt::ProfilingCounterType::UtilizationLevel
@ UtilizationLevel
ktt::ProfilingCounterType::Percent
@ Percent
ktt::ProfilingCounterType::UnsignedInt
@ UnsignedInt
ktt::ProfilingCounterType::Double
@ Double
Source
Api
Output
ProfilingCounterType.h
Generated by
1.9.8