U++ framework
Do not panic. Ask here before giving up.

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: Sun Apr 26 18:34:37 GMT+2 2026

Total time taken to generate the page: 0.01084 seconds