hud挂件的文本更新间隔 #306

Open
opened 1 year ago by hu119660 · 4 comments
hu119660 commented 1 year ago

详细描述 / Description

如题,hud挂件的文本更新间隔就算是设置了150毫秒,看起来也是0.5秒的间隔,在使用sao utils1的时候,设为150毫秒,刷新的很快,但是在sao utils2里面,150毫秒看着和0.5秒一样

拿显示器的刷新率举例,sao utils1的刷新率是120帧,而sao utils2的刷新率是5帧

请输入问题详细描述,以及复现步骤到此处
More details here, and how to reproduce

信息报告 / System Report

[01 May 2023 20:33:48 +0800]

  • System Information *
    Host Name X
    OS Name Windows 10 Pro for Workstations 2009
    OS Version 10.0.19045
    OS Path C:\Windows
    System Type x86_64
    System Locale zh_CN
    CPU AMD Ryzen 9 5950X 16-Core Processor
    GPU ANGLE (NVIDIA GeForce RTX 3080 Ti Direct3D11 vs_5_0 ps_5_0)
    User hu119

  • Software Information *
    Application SAO Utils 2
    Code Progressive
    Version 1.3.2
    Platform x64
    Home D:/SAO Utils
    Path D:/SAO Utils/win64
    Locale zh_CN
    Preferred Locale
    Available Locales en,es,ja,ja_JP,ru,tr,zh,zh_CN,zh_HK,zh_TW
    Process Elevated True
    Cache Path Writable True
    Config Path Writable True
    Dump Path Writable True
    Storage Path Writable True

  • Package Information *
    com.gpbeta.data.pdh 1.0.0 AER
    com.gpbeta.data.sensor 1.1.1 AER
    com.gpbeta.data.weather 1.0.0 A
    com.gpbeta.data.wmi 1.0.0 AER
    com.gpbeta.mail-box 1.0.3 A
    com.gpbeta.media 1.3.1 A
    com.gpbeta.theme.ggo 1.0.3 AER
    com.gpbeta.theme.sao 1.0.5 AER
    com.gpbeta.widget.bangumi 1.0.4 A
    com.gpbeta.widget.hp-bar 1.0.2 AER
    com.gpbeta.widget.hud 1.3.0 AER
    com.gpbeta.widget.launch 1.0.0 A
    com.gpbeta.widget.menu 1.0.1 AER
    com.gpbeta.widget.web 1.2.1 A
    system 1.3.2 AER
    top.mashiros.widget.advp 1.4.3 A

请从【首选项 - 关于 - Bug 反馈... - 生成报告】复制系统和程序基本信息并粘贴到此处
Please copy & paste basic information here via Preferences - About - Bug Report... - Generate Report

崩溃日志 / Crash Log

如果是程序崩溃问题,请上传 call_stack.log, mini_dump.dmp, verbose.log 日志文件
Please upload call_stack.log, mini_dump.dmp, verbose.log if it's a crash report

## 详细描述 / Description 如题,hud挂件的文本更新间隔就算是设置了150毫秒,看起来也是0.5秒的间隔,在使用sao utils1的时候,设为150毫秒,刷新的很快,但是在sao utils2里面,150毫秒看着和0.5秒一样 拿显示器的刷新率举例,sao utils1的刷新率是120帧,而sao utils2的刷新率是5帧 > 请输入问题详细描述,以及复现步骤到此处 > More details here, and how to reproduce ## 信息报告 / System Report [01 May 2023 20:33:48 +0800] * System Information * Host Name X OS Name Windows 10 Pro for Workstations 2009 OS Version 10.0.19045 OS Path C:\Windows System Type x86_64 System Locale zh_CN CPU AMD Ryzen 9 5950X 16-Core Processor GPU ANGLE (NVIDIA GeForce RTX 3080 Ti Direct3D11 vs_5_0 ps_5_0) User hu119 * Software Information * Application SAO Utils 2 Code Progressive Version 1.3.2 Platform x64 Home D:/SAO Utils Path D:/SAO Utils/win64 Locale zh_CN Preferred Locale Available Locales en,es,ja,ja_JP,ru,tr,zh,zh_CN,zh_HK,zh_TW Process Elevated True Cache Path Writable True Config Path Writable True Dump Path Writable True Storage Path Writable True * Package Information * com.gpbeta.data.pdh 1.0.0 AER com.gpbeta.data.sensor 1.1.1 AER com.gpbeta.data.weather 1.0.0 A com.gpbeta.data.wmi 1.0.0 AER com.gpbeta.mail-box 1.0.3 A com.gpbeta.media 1.3.1 A com.gpbeta.theme.ggo 1.0.3 AER com.gpbeta.theme.sao 1.0.5 AER com.gpbeta.widget.bangumi 1.0.4 A com.gpbeta.widget.hp-bar 1.0.2 AER com.gpbeta.widget.hud 1.3.0 AER com.gpbeta.widget.launch 1.0.0 A com.gpbeta.widget.menu 1.0.1 AER com.gpbeta.widget.web 1.2.1 A system 1.3.2 AER top.mashiros.widget.advp 1.4.3 A > 请从【首选项 - 关于 - Bug 反馈... - 生成报告】复制系统和程序基本信息并粘贴到此处 > Please copy & paste basic information here via Preferences - About - Bug Report... - Generate Report ## 崩溃日志 / Crash Log > 如果是程序崩溃问题,请上传 call_stack.log, mini_dump.dmp, verbose.log 日志文件 > Please upload call_stack.log, mini_dump.dmp, verbose.log if it's a crash report
Owner

某些数据为了性能考虑是有固定的采样间隔的,也就是说精度为 500ms 左右。

某些数据为了性能考虑是有固定的采样间隔的,也就是说精度为 500ms 左右。
Poster

某些数据为了性能考虑是有固定的采样间隔的,也就是说精度为 500ms 左右。

我主要是拿来显示且仅显示网速的信息精度,可以让我手动设置想要的精度吗,谢谢作者

> 某些数据为了性能考虑是有固定的采样间隔的,也就是说精度为 500ms 左右。 我主要是拿来显示且仅显示网速的信息精度,可以让我手动设置想要的精度吗,谢谢作者
Owner

由于老版本是没有自带“网速数据”而是通过“PDH 数据”获取网速,因此你也可以在新版本使用相同的方法获取网速数据:
在数据拾取器中选择“PDH 数据”-“性能计数器”,在"查询路径"填入
下载:\Network Interface(*)\Bytes Received/sec
上传:\Network Interface(*)\Bytes Sent/sec

由于老版本是没有自带“网速数据”而是通过“PDH 数据”获取网速,因此你也可以在新版本使用相同的方法获取网速数据: 在数据拾取器中选择“PDH 数据”-“性能计数器”,在"查询路径"填入 下载:`\Network Interface(*)\Bytes Received/sec` 上传:`\Network Interface(*)\Bytes Sent/sec`
Poster

由于老版本是没有自带“网速数据”而是通过“PDH 数据”获取网速,因此你也可以在新版本使用相同的方法获取网速数据:
在数据拾取器中选择“PDH 数据”-“性能计数器”,在"查询路径"填入
下载:\Network Interface(*)\Bytes Received/sec
上传:\Network Interface(*)\Bytes Sent/sec

原来是这样设置,明白了,已完成设置

> 由于老版本是没有自带“网速数据”而是通过“PDH 数据”获取网速,因此你也可以在新版本使用相同的方法获取网速数据: > 在数据拾取器中选择“PDH 数据”-“性能计数器”,在"查询路径"填入 > 下载:`\Network Interface(*)\Bytes Received/sec` > 上传:`\Network Interface(*)\Bytes Sent/sec` 原来是这样设置,明白了,已完成设置
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.