Version: 2022.1
언어: 한국어

FrameTiming

struct in UnityEngine

매뉴얼로 전환

설명

Struct containing basic FrameTimings and accompanying relevant data.

변수

cpuFrameTimeThis is the total CPU frame time calculated as the time between ends of two frames, which includes all waiting time and overheads, in ms.
cpuMainThreadFrameTimeTotal time between start of the frame and when the main thread finished the job, in ms.
cpuMainThreadPresentWaitTimeThe CPU time the last frame spent in waiting for Present on the main thread, in ms.
cpuRenderThreadFrameTimeThe frame time between start of the work on the render thread and when Present was called, in ms.
cpuTimeFrameCompleteThis is the CPU clock time at the point GPU finished rendering the frame and interrupted the CPU.
cpuTimePresentCalledThis is the CPU clock time at the point Present was called for the current frame.
firstSubmitTimestampThis is the CPU clock time of the time when the first job was submitted to GPU.
frameStartTimestampThis is the CPU clock time of the time when the frame was started.
gpuFrameTimeThe GPU time for a given frame, in ms.
heightScaleThis was the height scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings.
syncIntervalThis was the vsync mode for the given frame and the linked frame timings.
widthScaleThis was the width scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961