LeviLamina
Loading...
Searching...
No Matches
WatchdogEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/ContextId.h"
7#include "mc/deps/scripting/runtime/watchdog/WatchdogEventType.h"
8
9namespace Scripting {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 4, ::Scripting::WatchdogEventType> mType;
16 ::ll::TypedStorage<1, 1, ::Scripting::ContextId> mContextId;
17 ::ll::TypedStorage<8, 32, ::std::string> mPhaseName;
18 ::ll::TypedStorage<8, 8, ::std::chrono::milliseconds> mTimeMs;
19 ::ll::TypedStorage<8, 8, uint64> mMemoryUsageMB;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ~WatchdogEvent();
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCFOLD void $dtor();
32 // NOLINTEND
33};
34
35} // namespace Scripting
Definition WatchdogEvent.h:11