Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetStats
Method
GetStats
src/task/include/scheduler_base.hpp:144–144 ·
view source on GitHub ↗
* @brief 获取调度器统计信息 * @return 统计信息结构体 */
Source
from the content-addressed store, hash-verified
142
* @return 统计信息结构体
143
*/
144
[[nodiscard]] virtual auto GetStats() const -> const Stats& { return stats_; }
145
146
/**
147
* @brief 重置统计信息
Callers
7
test_rr_statistics
Function · 0.45
test_idle_statistics
Function · 0.45
test_fifo_statistics
Function · 0.45
test_cfs_statistics
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
7
test_rr_statistics
Function · 0.36
test_idle_statistics
Function · 0.36
test_fifo_statistics
Function · 0.36
test_cfs_statistics
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36