Displaying 2 results from an estimated 2 matches for "7251b05f".
2011 May 09
2
[LLVMdev] How does Timer work?
I slightly modified the Kaleidoscope example to print the timing data using
the NamedRegionTimer as below:
// Run the main "interpreter loop" now.
{
const char *GroupName = "MainLoop";
NamedRegionTimer T("Kaleidoscope", GroupName, true);
MainLoop();
}
My assumption was that when T goes out of scope, it will emit the data on
the command line. But I see
2011 May 10
0
[LLVMdev] How does Timer work?
...hen T goes out of scope, it will emit the data on
> the command line. But I see nothing.
> How does NamedRegionTimer work ?
>
> - sanjiv
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110510/7251b05f/attachment.html>