Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<a href="https://hellogithub.com/repository/5ef48af2b2794d4798b17d6539ec7305" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=5ef48af2b2794d4798b17d6539ec7305&claim_uid=CeVqou2T1dIvfQP" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>

# TrafficMonitor 简介
# TrafficMonitor 浮点版

Traffic Monitor是一款用于Windows平台的网速监控悬浮窗软件,可以显示当前网速、CPU及内存利用率,支持嵌入到任务栏显示,支持更换皮肤、历史流量统计等功能。

Expand Down
10 changes: 5 additions & 5 deletions include/PluginInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ class ITMPlugin
int memory_usage{};
int gpu_usage{};
int hdd_usage{};
int cpu_temperature{};
int gpu_temperature{};
int hdd_temperature{};
int main_board_temperature{};
int cpu_freq{};
float cpu_temperature{};
float gpu_temperature{};
float hdd_temperature{};
float main_board_temperature{};
float cpu_freq{};
};

/**
Expand Down