try (Timing ignored = timing) {
// Code to time
}
// auto stops timing, even if you return in 42 other places in the block
133 KiB
133 KiB
try (Timing ignored = timing) {
// Code to time
}
// auto stops timing, even if you return in 42 other places in the block