Navigation
API > API/Plugins > API/Plugins/RemoteSession
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_CYCLE_STAT
(
TEXT("RS.ImageCaptureTime"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_CYCLE_STAT
(
TEXT("RS.ImageCompressTime"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_CYCLE_STAT
(
TEXT("RS.ReceiveTime"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_CYCLE_STAT
(
TEXT("RS.WakeupWait"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_CYCLE_STAT
(
TEXT("RS.ImageDecompressTime"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_CYCLE_STAT
(
TEXT("RS.TextureUpdate"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_CYCLE_STAT
(
TEXT("RS.TickRate"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_CYCLE_STAT
(
TEXT("RSReadyFrameCount"), |
Channels/RemoteSessionImageChannel.h |
DECLARE_CYCLE_STAT(TEXT("RS.ImageCaptureTime"), STAT_RSCaptureTime, STATGROUP_RemoteSession)
| Name | DECLARE_CYCLE_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_CYCLE_STAT
(
TEXT("RS.ImageCaptureTime"),
STAT_RSCaptureTime,
STATGROUP_RemoteSession
)
DECLARE_CYCLE_STAT(TEXT("RS.ImageCompressTime"), STAT_RSCompressTime, STATGROUP_RemoteSession)
| Name | DECLARE_CYCLE_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_CYCLE_STAT
(
TEXT("RS.ImageCompressTime"),
STAT_RSCompressTime,
STATGROUP_RemoteSession
)
DECLARE_CYCLE_STAT(TEXT("RS.ReceiveTime"), STAT_RSReceiveTime, STATGROUP_RemoteSession)
| Name | DECLARE_CYCLE_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_CYCLE_STAT
(
TEXT("RS.ReceiveTime"),
STAT_RSReceiveTime,
STATGROUP_RemoteSession
)
DECLARE_CYCLE_STAT(TEXT("RS.WakeupWait"), STAT_RSWakeupWait, STATGROUP_RemoteSession)
| Name | DECLARE_CYCLE_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_CYCLE_STAT
(
TEXT("RS.WakeupWait"),
STAT_RSWakeupWait,
STATGROUP_RemoteSession
)
DECLARE_CYCLE_STAT(TEXT("RS.ImageDecompressTime"), STAT_RSDecompressTime, STATGROUP_RemoteSession)
| Name | DECLARE_CYCLE_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_CYCLE_STAT
(
TEXT("RS.ImageDecompressTime"),
STAT_RSDecompressTime,
STATGROUP_RemoteSession
)
DECLARE_CYCLE_STAT(TEXT("RS.TextureUpdate"), STAT_RSTextureUpdate, STATGROUP_RemoteSession)
| Name | DECLARE_CYCLE_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_CYCLE_STAT
(
TEXT("RS.TextureUpdate"),
STAT_RSTextureUpdate,
STATGROUP_RemoteSession
)
DECLARE_CYCLE_STAT(TEXT("RS.TickRate"), STAT_RSTickRate, STATGROUP_RemoteSession)
| Name | DECLARE_CYCLE_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_CYCLE_STAT
(
TEXT("RS.TickRate"),
STAT_RSTickRate,
STATGROUP_RemoteSession
)
DECLARE_CYCLE_STAT(TEXT("RSReadyFrameCount"), STAT_RSNumFrames, STATGROUP_RemoteSession)
| Name | DECLARE_CYCLE_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_CYCLE_STAT
(
TEXT("RSReadyFrameCount"),
STAT_RSNumFrames,
STATGROUP_RemoteSession
)