Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
mr_ped wrote on Thu, 31 July 2008 03:56

it later. Wink

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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: About Linux distros and incompatibilty...
Next Topic: A Newbie Manual cum Tutorial?
Goto Forum:
  


Current Time: Thu Aug 14 00:28:53 CEST 2025

Total time taken to generate the page: 0.08641 seconds