LeviLamina
Loading...
Searching...
No Matches
LoadTimeProfiler.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8
namespace
Core {
9
10
class
LoadTimeProfiler :
public
::Bedrock::EnableNonOwnerReferences
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<8, 24>
mUnk69a966;
15
::ll::UntypedStorage<4, 4>
mUnkec42a1;
16
::ll::UntypedStorage<8, 24>
mUnk3beda8;
17
::ll::UntypedStorage<8, 296>
mUnk58830a;
18
::ll::UntypedStorage<1, 1>
mUnka79572;
19
::ll::UntypedStorage<1, 1>
mUnkfa6b3f;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
LoadTimeProfiler& operator=(LoadTimeProfiler
const
&);
25
LoadTimeProfiler
(LoadTimeProfiler
const
&);
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
~LoadTimeProfiler()
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCNAPI
LoadTimeProfiler
();
37
38
#ifdef LL_PLAT_C
39
MCNAPI
void
endLogging();
40
41
MCNAPI
bool
isLogging()
const
;
42
#endif
43
44
MCNAPI
void
setEnabled
(
bool
enabled);
45
46
#ifdef LL_PLAT_C
47
MCNAPI
void
48
startLogging(::std::string_view loggingFolder, ::std::string_view fileName, ::std::string_view timeStamp);
49
50
MCNAPI
void
update();
51
#endif
52
// NOLINTEND
53
54
public
:
55
// constructor thunks
56
// NOLINTBEGIN
57
MCNAPI
void
*
$ctor
();
58
// NOLINTEND
59
60
public
:
61
// destructor thunk
62
// NOLINTBEGIN
63
MCNAPI
void
$dtor
();
64
// NOLINTEND
65
66
public
:
67
// vftables
68
// NOLINTBEGIN
69
MCNAPI
static
void
**
$vftable
();
70
// NOLINTEND
71
};
72
73
}
// namespace Core
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
Core::LoadTimeProfiler::$dtor
MCAPI void $dtor()
Core::LoadTimeProfiler::$vftable
static MCAPI void ** $vftable()
Core::LoadTimeProfiler::LoadTimeProfiler
MCAPI LoadTimeProfiler()
Core::LoadTimeProfiler::setEnabled
MCAPI void setEnabled(bool enabled)
Core::LoadTimeProfiler::$ctor
MCAPI void * $ctor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
profiler
LoadTimeProfiler.h
Generated on
for LeviLamina by
1.16.1