MCPcopy Create free account
hub / github.com/bitflags/bitflags / format_flags_1_present

Function format_flags_1_present

benches/parse.rs:40–42  ·  view source on GitHub ↗
(b: &mut test::Bencher)

Source from the content-addressed store, hash-verified

38
39#[bench]
40fn format_flags_1_present(b: &mut test::Bencher) {
41 b.iter(|| Flags10::J.to_string())
42}
43
44#[bench]
45fn format_flags_5_present(b: &mut test::Bencher) {

Callers

nothing calls this directly

Calls 1

iterMethod · 0.80

Tested by

no test coverage detected