Searched defs:nprops (Results 1 - 1 of 1) sorted by relevance

/bionic/benchmarks/
H A Dproperty_benchmark.cpp37 LocalPropertyTestState(int nprops) : nprops(nprops), valid(false) { argument
63 names = new char* [nprops];
64 name_lens = new int[nprops];
65 values = new char* [nprops];
66 value_lens = new int[nprops];
68 srandom(nprops);
70 for (int i = 0; i < nprops; i++) {
118 for (int i = 0; i < nprops;
128 const int nprops; member in struct:LocalPropertyTestState
141 BM_property_get(int iters, int nprops) argument
162 BM_property_find(int iters, int nprops) argument
182 BM_property_read(int iters, int nprops) argument
209 BM_property_serial(int iters, int nprops) argument
[all...]

Completed in 132 milliseconds