函数逻辑报告 |
Source Code:kernel\sched\psi.c |
Create Date:2022-07-27 10:46:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:PSI growth tracking window update and growth calculation routine.* This approximates a sliding tracking window by interpolating* partially elapsed windows using historical growth data from the* previous intervals
函数原型:static u64 window_update(struct psi_window *win, u64 now, u64 value)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
struct psi_window * | win | |
u64 | now | |
u64 | value |
470 | elapsed等于now减start_time |
471 | growth等于value减start_value |
481 | 否则 |
488 | 返回:growth |
名称 | 描述 |
---|---|
update_triggers |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |