LeviLamina
Loading...
Searching...
No Matches
details.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Bedrock::Profiler::details { struct Category; }
8namespace Bedrock::Profiler::details { struct ScopeConfig; }
9namespace Bedrock::Profiler::details { struct StaticProfLabel; }
10namespace Core::Profile { class AnnotationToken; }
11namespace brstd { struct source_location; }
12// clang-format on
13
14namespace Bedrock::Profiler::details {
15// functions
16// NOLINTBEGIN
17MCNAPI ::Core::Profile::AnnotationToken CreateScopeToken(
18 ::Bedrock::Profiler::details::Category category,
19 uchar flags,
20 ::Bedrock::Profiler::details::StaticProfLabel label,
21 ::Bedrock::Profiler::details::ScopeConfig config,
22 ::brstd::source_location const& location
23);
24// NOLINTEND
25
26} // namespace Bedrock::Profiler::details
Definition AnnotationToken.h:13
Definition ScopeConfig.h:7
Definition StaticProfLabel.h:7
Definition source_location.h:7