| commit | d65efa37b1fd73305ce4469841dc760514d74202 | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Mon Feb 03 00:22:30 2003 +0100 |
| committer | Juan Cespedes <cespedes@debian.org> | Mon Feb 03 00:22:30 2003 +0100 |
| tree | 4ce0d1b6a940145d228432044c535040af649e2c | |
| parent | a0ccf39a68c0fcdf2165bde0f9b70ed12fc61cd8 [diff] [blame] |
Version 0.3.30 * Implemented -T option (show time spent inside each call) * Alphabetically sort options in help and manual page * Added -c option (summary of calls on program exit)
diff --git a/ltrace.c b/ltrace.c index 461e745..9bc39a9 100644 --- a/ltrace.c +++ b/ltrace.c
@@ -71,6 +71,9 @@ static void normal_exit(void) { output_line(0,0); + if (opt_c) { + summary(); + } } static void