LeviLamina
Loading...
Searching...
No Matches
_ProfilerLiteTimer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/ProfilerLite.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 _ProfilerLiteTimer& operator=(_ProfilerLiteTimer const&);
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI _ProfilerLiteTimer(::ProfilerLite::ScopedData& scopedData, ::std::thread::id threadId);
29
30 MCAPI ~_ProfilerLiteTimer();
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor(::ProfilerLite::ScopedData& scopedData, ::std::thread::id threadId);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
Definition _ProfilerLiteTimer.h:8
Definition ProfilerLite.h:50
Definition Alias.h:14