/ tests / threads.0 / test.hal
test.hal
 1  setexact_for_test_suite_only
 2  
 3  loadrt threads name1=fast period1=100000 name2=slow period2=1000000
 4  loadrt threadtest count=1
 5  loadrt sampler cfg=u depth=4096
 6  
 7  net count <= threadtest.0.count
 8  net count => sampler.0.pin.0
 9  
10  addf threadtest.0.increment fast
11  addf sampler.0 fast
12  
13  addf threadtest.0.reset slow
14  
15  start
16  loadusr -w halsampler -n 3500