Macro timer

Source
macro_rules! timer {
    ($b:block) => { ... };
}
Expand description

block内のコードを実行して、実行時間を計測表示し、実行結果を返す。