diff options
author | wcohen <wcohen> | 2006-05-02 19:26:34 +0000 |
---|---|---|
committer | wcohen <wcohen> | 2006-05-02 19:26:34 +0000 |
commit | 4b17d6af571193c8a78c470ef941bbfea73de253 (patch) | |
tree | 9ac3ac53f04b20469b7765c532336f431bac067a /session.h | |
parent | 86cae39ac23bb8fd44416520b53b8fc74ae9a857 (diff) | |
download | systemtap-steved-4b17d6af571193c8a78c470ef941bbfea73de253.tar.gz systemtap-steved-4b17d6af571193c8a78c470ef941bbfea73de253.tar.xz systemtap-steved-4b17d6af571193c8a78c470ef941bbfea73de253.zip |
"-t" option to collect information the number of times a probe runs and
the average amount of time spent in the probe.
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ struct systemtap_session int target_pid; int last_pass; unsigned verbose; + unsigned timing; bool keep_tmpdir; bool guru_mode; bool bulk_mode; |