Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMProfilingInfo.h |
| Include | #include "RigVMCore/RigVMProfilingInfo.h" |
Syntax
USTRUCT ()
struct FRigVMProfilingInfo
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddInstructionCyclesDuringLastRun
(
int32 InstructionIndex, |
||
| void | AddOverallCycles
(
uint64 Cycles |
||
| uint64 | GetInstructionCyclesDuringLastRun
(
int32 InstructionIndex |
||
| double | |||
| uint64 | |||
| uint64 | |||
| void | InitInstructionCyclesDuringLastRunValues
(
int32 NewSize, |
||
| void | Reset () |
||
| void | ResetInstructionCyclesDuringLastRun
(
int32 NewSize |
||
| void | SetInstructionCyclesDuringLastRun
(
int32 InstructionIndex, |
||
| void | SetLastExecutionMicroSeconds
(
double InLastExecutionMicroSeconds |
||
| void | SetOverallCycles
(
uint64 Cycles |
||
| void | SetStartCycles
(
uint64 InStartCycles |
||
| void | SetupInstructionTracking
(
int32 InInstructionCount, |
||
| void | StartProfiling
(
bool bEnableProfiling |
||
| void |