Update manual.

This commit is contained in:
Bartosz Taudul 2020-03-27 18:02:05 +01:00
parent 31a1517d2f
commit 4b78559228

View File

@ -2235,7 +2235,7 @@ Some function locations may not be found, due to insufficient debugging data ava
The \emph{Time} or \emph{Count} column (depending on the \emph{\faStopwatch{}~Show time} option selection) shows number of taken samples, either as a raw count, or in an easier to understand time format.
The last column, \emph{Code size}, displays the size of symbol in the executable image of the program. In some cases this data won't be available.
The last column, \emph{Code size}, displays the size of symbol in the executable image of the program. Since inlined routines are directly embedded into other functions, their symbol size will be based on the parent symbol, and displayed as 'less than'. In some cases this data won't be available.
Finally, the list can be filtered using the \emph{\faFilter{}~Filter symbols} entry field, just like in the instrumentation mode case, and the exclusive/inclusive time counting mode can be switched using the \emph{\faClock{}~Self time} switch. If the \emph{\faPuzzlePiece{}~Show all} option is selected, the list will include not only call stack samples, but also all other symbols collected during the profiling process (this is enabled by default, if no sampling was performed).