Lines Matching refs:calls
4 ucalls summarizes method calls in various high-level languages, including Java,
5 Perl, PHP, Python, Ruby, Tcl, and Linux system calls. It displays statistics on
17 Tracing calls in process 26877 (language: java)... Ctrl-C to quit.
32 Tracing calls in process 3018 (language: none)... Ctrl-C to quit.
53 Tracing calls in process 26914 (language: python)... Ctrl-C to quit.
68 Summarize method calls in high-level languages.
78 -T TOP, --top TOP number of most frequent/slow calls to print
80 recursive calls)
87 ./ucalls -l java 185 # trace Java calls and print statistics on ^C
88 ./ucalls -l python 2020 1 # trace Python calls and print every second
89 ./ucalls -l java 185 -S # trace Java calls and syscalls
91 ./ucalls -l ruby 1344 -T 10 # trace top 10 Ruby method calls
92 ./ucalls -l ruby 1344 -L # trace Ruby calls including latency
93 ./ucalls -l php 443 -LS # trace PHP calls and syscalls with latency
94 ./ucalls -l python 2020 -mL # trace Python calls including latency in ms