Remove calls to C/C++ standard library functions such as printf, scanf, malloc from the call graph. The rationale behind this enhancement is to reduce noise in the call graph by removing calls to functions that are not part of FFmpeg (or any other program being measured).
Remove calls to C/C++ standard library functions such as printf, scanf, malloc from the call graph. The rationale behind this enhancement is to reduce noise in the call graph by removing calls to functions that are not part of FFmpeg (or any other program being measured).