Home » Community » Coffee corner » Win32 UPP console application profiling? Some free easy to use tools, anyone?
Re: Win32 UPP console application profiling? Some free easy to use tools, anyone? [message #17151 is a reply to message #17149] |
Thu, 31 July 2008 10:31   |
 |
mirek
Messages: 14267 Registered: November 2005
|
Ultimate Member |
|
|
mr_ped wrote on Thu, 31 July 2008 03:56 | it later. 
Anyway, I did find something called "Shiny" http://sourceforge.net/projects/shinyprofiler (it has similar license to U++), which does require putting something into your code (so it very likely breaks inlining and other optimizations), so it's similar to RTIMING, yet there's the ready to use std::ostream text output, so it does save you some "LOG << this is result" work when compared to RTIMING.
|
Ehm, maybe you should check reference example related to TIMING. Of course, there are no more LOGs with it.
Just use
{
RTIMING("MyBlockTiming");
....
}
and that is all.
Mirek
|
|
|
 |
|
Win32 UPP console application profiling? Some free easy to use tools, anyone?
By: mr_ped on Wed, 30 July 2008 21:22
|
 |
|
Re: Win32 UPP console application profiling? Some free easy to use tools, anyone?
By: mirek on Wed, 30 July 2008 22:44
|
 |
|
Re: Win32 UPP console application profiling? Some free easy to use tools, anyone?
By: Novo on Thu, 31 July 2008 00:21
|
 |
|
Re: Win32 UPP console application profiling? Some free easy to use tools, anyone?
By: mr_ped on Thu, 31 July 2008 09:56
|
 |
|
Re: Win32 UPP console application profiling? Some free easy to use tools, anyone?
By: mirek on Thu, 31 July 2008 10:31
|
 |
|
Re: Win32 UPP console application profiling? Some free easy to use tools, anyone?
By: mr_ped on Thu, 31 July 2008 09:58
|
 |
|
Re: Win32 UPP console application profiling? Some free easy to use tools, anyone?
By: mr_ped on Thu, 31 July 2008 10:34
|
Goto Forum:
Current Time: Thu Aug 14 00:28:53 CEST 2025
Total time taken to generate the page: 0.08641 seconds
|