Skip to content
Charlie FG edited this page Jan 10, 2016 · 3 revisions

namespace strangeio::routine::debug::scoped_timer

An object that can be used to time scopes of code.

Example

{
    siortn::debug::scoped_timer st("Routine finished");
    foobar();
} // scoped timer "( profile 43us ) Routine finished" 

Clone this wiki locally