counts

Ad hoc profiling tool for counting function calls and execution time

brewmacoslinux
Try with needOr install directly
Source

About

Tool for ad hoc profiling

Commands

counts

Examples

Profile a command and count function calls$ counts ./my_program
Profile with specific filtering for functions matching pattern$ counts -f 'pattern' ./my_program
Generate profiling report with call counts and timing$ counts ./my_program arg1 arg2