xref: /third_party/ltp/testcases/realtime/perf/latency/cpunoise2000.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/realtime/perf/latency/
1f08c3bdfSopenharmony_ci#!/bin/bash
2f08c3bdfSopenharmony_ci
3f08c3bdfSopenharmony_cii=0
4f08c3bdfSopenharmony_ciwhile test $i -lt 2000
5f08c3bdfSopenharmony_cido
6f08c3bdfSopenharmony_ci	sleep 10; sh cpunoise.sh &
7f08c3bdfSopenharmony_ci	i=`expr $i + 1`
8f08c3bdfSopenharmony_cidone
9

Indexes created Thu Nov 07 10:32:03 CST 2024