Home
last modified time | relevance | path

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

/mOS-networking-stack/core/test/scalable_event/
H A Dtest.c223 #define LCOUNT 1000000 in main() macro
225 for (j=0; j<LCOUNT;j++) in main()
233 printf("Avg CB %f Avg FT %f\n", cb_counter*1.000000/LCOUNT, ft_counter*1.0/LCOUNT); in main()