返回介绍

Profiler.maxNumberOfSamplesPerFrame 每帧采样的最大数量

发布于 2019-12-18 15:38:20 字数 877 浏览 1414 评论 0 收藏 0

JavaScript => public static var maxNumberOfSamplesPerFrame: int;
C# => public static int maxNumberOfSamplesPerFrame;

Description 描述

Resize the profiler sample buffers to allow the desired amount of samples per thread.

调整分析器缓存区允许的每帧要求采样的数量的大小。

If the scene is very complex, the number of samples recorded for one frame can surpass the reserved number of samples. The preallocated buffers can then be resized using this API. If dynamic resizing is desired, set this value to -1. The default value for this is 512K samples per thread. The max value is 8M samples per thread.

如果场景非常复杂,某一帧采样的数量可能超过保留的采样数量。预先分配的缓存区可以被稍后使用该API调整大小。如果要求动态调整大小,设置该值为-1。默认值为每帧采样512K 。最大值是每帧采样8M 。

profiler

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文