Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMProfilingInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMProfilingInfo.h |
| Include Path | #include "RigVMCore/RigVMProfilingInfo.h" |
Syntax
USTRUCT ()
struct FRigVMProfilingInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMProfilingInfo() |
RigVMCore/RigVMProfilingInfo.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InstructionCyclesDuringLastRun | TArray< uint64 > | Stores the number of times each instruction was visited | RigVMCore/RigVMProfilingInfo.h | |
| LastExecutionMicroSeconds | double | RigVMCore/RigVMProfilingInfo.h | ||
| OverallCycles | uint64 | RigVMCore/RigVMProfilingInfo.h | ||
| StartCycles | uint64 | RigVMCore/RigVMProfilingInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddInstructionCyclesDuringLastRun
(
int32 InstructionIndex, |
RigVMCore/RigVMProfilingInfo.h | ||
void AddOverallCycles
(
uint64 Cycles |
RigVMCore/RigVMProfilingInfo.h | ||
uint64 GetInstructionCyclesDuringLastRun
(
int32 InstructionIndex |
RigVMCore/RigVMProfilingInfo.h | ||
double GetLastExecutionMicroSeconds() |
RigVMCore/RigVMProfilingInfo.h | ||
uint64 GetOverallCycles() |
RigVMCore/RigVMProfilingInfo.h | ||
uint64 GetStartCycles() |
RigVMCore/RigVMProfilingInfo.h | ||
void InitInstructionCyclesDuringLastRunValues
(
int32 NewSize, |
RigVMCore/RigVMProfilingInfo.h | ||
void Reset() |
RigVMCore/RigVMProfilingInfo.h | ||
void ResetInstructionCyclesDuringLastRun
(
int32 NewSize |
RigVMCore/RigVMProfilingInfo.h | ||
void SetInstructionCyclesDuringLastRun
(
int32 InstructionIndex, |
RigVMCore/RigVMProfilingInfo.h | ||
void SetLastExecutionMicroSeconds
(
double InLastExecutionMicroSeconds |
RigVMCore/RigVMProfilingInfo.h | ||
void SetOverallCycles
(
uint64 Cycles |
RigVMCore/RigVMProfilingInfo.h | ||
void SetStartCycles
(
uint64 InStartCycles |
RigVMCore/RigVMProfilingInfo.h | ||
void SetupInstructionTracking
(
int32 InInstructionCount, |
RigVMCore/RigVMProfilingInfo.h | ||
void StartProfiling
(
bool bEnableProfiling |
RigVMCore/RigVMProfilingInfo.h | ||
void StopProfiling() |
RigVMCore/RigVMProfilingInfo.h |