summaryrefslogtreecommitdiff
path: root/Examples/test-suite/tcl/profiletest_runme.tcl
blob: 087eea4639058dd9b02b7644a6cd8816c78f1ffb (plain)
1
2
3
4
5
6
7
8
catch { load ./profiletest[info sharedlibextension] profiletest}

set  a [new_A]
set  b [new_B]

for {set i 0} {$i < 1000000} {incr i 1} {
    set a [B_fn $b $a]
}