Function report |
Source Code:kernel\gcov\fs.c |
Create Date:2022-07-28 11:31:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Return a newly allocated profiling data set which contains the sum of* all profiling data associated with the given node.
Proto:static struct gcov_info *get_accumulated_info(struct gcov_node *node)
Type:struct gcov_info
Parameter:
Type | Parameter | Name |
---|---|---|
struct gcov_node * | node |
160 | i = 0 |
162 | If unloaded_info Then info = gcov_info_dup(unloaded_info) |
164 | Else info = gcov_info_dup(loaded_info[i++]) |
166 | If Not info Then Return NULL |
168 | When i < num_loaded cycle gcov_info_add(info, loaded_info[i]) |
171 | Return info |
Name | Describe |
---|---|
gcov_seq_open | pen() implementation for gcov data files. Create a copy of the profiling* data set and initialize the iterator and seq_file interface. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |