Macro get_time

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

ブロック内のコードの実行時間を返す。