1*5c2921b0SApple OSS Distributions #include "perf_index.h" 2*5c2921b0SApple OSS Distributions #include "fail.h" 3*5c2921b0SApple OSS Distributions #include <unistd.h> 4*5c2921b0SApple OSS Distributions 5*5c2921b0SApple OSS Distributions DECL_TEST { 6*5c2921b0SApple OSS Distributions long long i; 7*5c2921b0SApple OSS Distributions for (i = 0; i < length; i++) { 8*5c2921b0SApple OSS Distributions getppid(); 9*5c2921b0SApple OSS Distributions } 10*5c2921b0SApple OSS Distributions return PERFINDEX_SUCCESS; 11*5c2921b0SApple OSS Distributions } 12