xref: /aosp_15_r20/external/ltp/testcases/realtime/perf/latency/cpunoise2000.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1#!/bin/bash
2
3i=0
4while test $i -lt 2000
5do
6	sleep 10; sh cpunoise.sh &
7	i=`expr $i + 1`
8done
9