Home
last modified time | relevance | path

Searched refs:STRSPLIT02_CHAR_ARRAY_SIZE (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
H A Dstring_benchmark_test.cpp35 #define STRSPLIT02_CHAR_ARRAY_SIZE 2 macro
238 string splitResult[STRSPLIT02_CHAR_ARRAY_SIZE] = { "test", "split" }; in BENCHMARK_F()
242 for (int i = 0; i < STRSPLIT02_CHAR_ARRAY_SIZE; i++) { in BENCHMARK_F()
249 for (int i = 0; i < STRSPLIT02_CHAR_ARRAY_SIZE; i++) { in BENCHMARK_F()

Completed in 2 milliseconds