Query: filtercalltree
OS: mojave
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
filtercalltree(1) BSD General Commands Manual filtercalltree(1)NAMEfiltercalltree -- Filter or prune a call tree file generated by sample or malloc_historySYNOPSISfiltercalltree call-tree-file [-invertCallTree] [-pruneCount count] [-pruneMallocSize size] [-chargeSystemLibraries] [-chargeLibrary libraryName] [-keepBoundaries]DESCRIPTIONfiltercalltree reads a file containing a call tree, as generated by the sample(1) or malloc_history(1) commands, and filters or prunes it as specified by the options.OPTIONS-invertCallTree Print the call tree from hottest to coldest stack frame. -pruneCount count Remove branches of the call tree that have count less than count -pruneMallocSize size Remove branches of the call tree that have malloc size less than size, such as 500K or 1.2M. -chargeSystemLibraries Remove stack frames from all libraries in /System and /usr, while still charging their cost to the caller. -chargeLibrary library-name Remove stack frames from library-name, while still charging their cost to the caller. This argument can be repeated for multiple libraries. -keepBoundaries When charging libraries to callers, keep the top call into excluded libraries.SEE ALSOmalloc_history(1), sample(1)BSDMay 7, 2011 BSD
| Related Man Pages | 
|---|
| filtercalltree(1) - mojave | 
| sample(1) - mojave | 
| stringdups(1) - mojave | 
| sample(1) - osx | 
| stringdups(1) - osx | 
| Similar Topics in the Unix Linux Community | 
|---|
| Remove logs by date | 
| Remove Unwanted Libraries - optimizing | 
| Remove repeated line using Perl | 
| ksh Remove and replace repeated in file | 
| Using sed to execute multiple commands |