LeviLamina
Loading...
Searching...
No Matches
MicroProfileCounterFlags.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
MicroProfileCounterFlags :
int
{
6
// bitfield representation
7
InternalMask = -4,
8
None = 0,
9
Detailed = 1 << 0,
10
DetailedGraph = 1 << 1,
11
HasLimit = 1 << 2,
12
Closed = 1 << 3,
13
ManualSwap = 1 << 4,
14
Leaf = 1 << 5,
15
};
src
mc
external
microprofile
MicroProfileCounterFlags.h
Generated on Sat Apr 26 2025 05:55:40 for LeviLamina by
1.12.0