diff options
author | Josh Stone <jistone@redhat.com> | 2009-10-13 14:07:58 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-10-13 14:08:43 -0700 |
commit | 334d767529cba0540299adb731e54a8b390ee98c (patch) | |
tree | cccb62e6c8248db866fd06cd23a278aa190e72ed /testsuite/buildok/print_histograms.stp | |
parent | b15c465c2238a4414925c8f6bce15c89bdd93e44 (diff) | |
download | systemtap-steved-334d767529cba0540299adb731e54a8b390ee98c.tar.gz systemtap-steved-334d767529cba0540299adb731e54a8b390ee98c.tar.xz systemtap-steved-334d767529cba0540299adb731e54a8b390ee98c.zip |
Add buildok tests for sprint[ln](@hist_*)
Diffstat (limited to 'testsuite/buildok/print_histograms.stp')
-rwxr-xr-x | testsuite/buildok/print_histograms.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/buildok/print_histograms.stp b/testsuite/buildok/print_histograms.stp index 945606a0..3e5dc88f 100755 --- a/testsuite/buildok/print_histograms.stp +++ b/testsuite/buildok/print_histograms.stp @@ -26,5 +26,9 @@ probe end print(@hist_linear(bar, 1000, 10000, 1000)) println(@hist_log(foo)) println(@hist_linear(bar, 1000, 10000, 1000)) + print(sprint(@hist_log(foo))) + print(sprint(@hist_linear(bar, 1000, 10000, 1000))) + print(sprintln(@hist_log(foo))) + print(sprintln(@hist_linear(bar, 1000, 10000, 1000))) } |