Ignore:
Timestamp:
Feb 7, 2011 6:13:01 PM (13 years ago)
Author:
braffert
Message:

tester: added progress bar when running test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tester/example/fermi_broken.tcl

    r2084 r2087  
    3030
    3131# take a while and give some output along the way
     32Rappture::Utils::progress 0 -mesg "Starting..."
    3233puts "Taking a while to run..."
    33 after 2000
     34after 1000
    3435puts "making some progress"
    35 after 2000
     36after 1000
    3637puts "done"
     38Rappture::Utils::progress 10 -mesg "Starting, for real now."
     39after 1000
    3740
    3841# Label output graph with title, x-axis label,
Note: See TracChangeset for help on using the changeset viewer.