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
8namespace Core {
9
10class LoadTimeProfiler : public ::Bedrock::EnableNonOwnerReferences {
11public:
12 // member variables
13 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 LoadTimeProfiler& operator=(LoadTimeProfiler const&);
25 LoadTimeProfiler(LoadTimeProfiler const&);
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~LoadTimeProfiler() /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
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
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor();
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCNAPI void $dtor();
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace Core
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
MCAPI void setEnabled(bool enabled)
MCAPI void * $ctor()
Definition Alias.h:14