Home
last modified time | relevance | path

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

/mOS-networking-stack/core/test/scalable_event/
H A Dtest.c20 int ft_counter = 0, cb_counter = 0; variable
67 ft_counter++; in ft_prob()
233 printf("Avg CB %f Avg FT %f\n", cb_counter*1.000000/LCOUNT, ft_counter*1.0/LCOUNT); in main()