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 » U++ Library support » U++ Core » What`s the corect way to use TimingInspector?
icon9.gif  What`s the corect way to use TimingInspector? [message #36589] Wed, 13 June 2012 16:00 Go to previous message
akebee is currently offline  akebee
Messages: 90
Registered: August 2011
Location: China
Member
I use TimingInspector like this:

TimingInspector tm;

tm.Start();
//Do some function
tm.End();
Cout()<<tm.Dump()<<"\n";

tm.Start();
//Do some function
tm.End();
Cout()<<tm.Dump()<<"\n";

tm.Start();
//Do some function
tm.End();
Cout()<<tm.Dump()<<"\n";

Every time it cout the min time, max time, and the average time.
BUT NO each time ????
waht can i do ? thks!!!
 
Read Message icon9.gif
Read Message
Read Message icon10.gif
Read Message
Read Message
Previous Topic: How to mark a class of function is deprecated
Next Topic: [Solved]XML Rpc client will halt when server is not running
Goto Forum:
  


Current Time: Tue Jun 10 04:28:09 CEST 2025

Total time taken to generate the page: 0.03590 seconds