📄 gprof.flat
字号:
flat profile: % the percentage of the total running time of thetime program used by this function.cumulative a running sum of the number of seconds accounted seconds for by this function and those listed above it. self the number of seconds accounted for by thisseconds function alone. This is the major sort for this listing.calls the number of times this function was invoked, if this function is profiled, else blank. self the average number of milliseconds spent in thisms/call function per call, if this function is profiled, else blank. total the average number of milliseconds spent in thisms/call function and its descendents per call, if this function is profiled, else blank.name the name of the function. This is the minor sort for this listing. The index shows the location of the function in the gprof listing. If the index is in parenthesis it shows where it would appear in the gprof listing if it were to be printed.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -