Home | History | Annotate | Download | only in sqlite

Lines Matching refs:samplePercent

1912         int samplePercent;
1923 samplePercent = 100;
1925 samplePercent = (int) (100 * durationMillis / sQueryLogTimeInMillis) + 1;
1926 if (mRandom.nextInt(100) >= samplePercent) return;
1954 samplePercent);