Home
last modified time | relevance | path

Searched refs:SampleRate (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGwpAsan.rst157 GWP_ASAN_OPTIONS="MaxSimultaneousAllocations=16:SampleRate=5000" ./a.out
164 return "MaxSimultaneousAllocations=16:SampleRate=5000";
183 | SampleRate | 5000 | The probability (1 / SampleRate) that a page is selected f…
221 GWP_ASAN_OPTIONS="SampleRate=100" ./a.out > /dev/null;
/netbsd-src/external/bsd/ntp/dist/util/
H A Dtg2.c594 int SampleRate; local
1012 SampleRate = SetSampleRate;
1013 if (ioctl(fd, SNDCTL_DSP_SPEED, &SampleRate)==-1)
1015 …ntf ("\nUnable to set sample rate to %d, returned %d, aborting...\n\n", SetSampleRate, SampleRate);
1019 SampleRateDifference = SampleRate - SetSampleRate;
1027 …ple rate to %d, result was %d, more than 0.1 percent, aborting...\n\n", SetSampleRate, SampleRate);