diff options
author | hunt <hunt> | 2006-03-15 09:40:44 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-03-15 09:40:44 +0000 |
commit | 14cbcf6ac46e0579228bcc2246382d76a6b9220c (patch) | |
tree | f1283ead0f9aa46f22599322db5181d953aa5a6a /runtime/bench2/stap_bench | |
parent | f425170459496ec7267751106bc0d0b0f28fc45a (diff) | |
download | systemtap-steved-14cbcf6ac46e0579228bcc2246382d76a6b9220c.tar.gz systemtap-steved-14cbcf6ac46e0579228bcc2246382d76a6b9220c.tar.xz systemtap-steved-14cbcf6ac46e0579228bcc2246382d76a6b9220c.zip |
Added multiple threads and better cpuspeed handling.
Diffstat (limited to 'runtime/bench2/stap_bench')
-rwxr-xr-x | runtime/bench2/stap_bench | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/bench2/stap_bench b/runtime/bench2/stap_bench index b3b450d8..17b4b505 100755 --- a/runtime/bench2/stap_bench +++ b/runtime/bench2/stap_bench @@ -14,3 +14,4 @@ Dir["*.st"].each do |file| test.print end end + |