Searched refs:total_occurrences (Results 1 – 3 of 3) sorted by relevance
61 unsigned int total_occurrences = 0; in main() local66 ++total_occurrences; in main()88 << 100.0 * wit->get<occurrences>() / total_occurrences << "%" in main()
75 unsigned int total_occurrences = 0; in main() local80 ++total_occurrences; in main()94 << 100.0 * wit->occurrences / total_occurrences << "%" in main()
95 unsigned int total_occurrences=0; in main() local102 ++total_occurrences; in main()119 <<std::setw(5) <<100.0*wit->occurrences/total_occurrences<<"%" in main()