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 » Developing U++ » UppHub » Squirrel - the programming language
Re: Squirrel - the programming language [message #34478 is a reply to message #34477] Fri, 25 November 2011 07:58 Go to previous messageGo to previous message
Sender Ghost is currently offline  Sender Ghost
Messages: 301
Registered: November 2008
Senior Member
mdelfede wrote on Fri, 25 November 2011 07:43


BTW, a question.... I still don't understand the timing with RTIMING macro... could you explain a bit more the results ?

For example, what are the 197 ms for fully interpreted and the 770 ms for interpreted ?


Hello, Massimo.

RTIMING is profiling macro for source code scopes. In this case for:
	{
		RTIMING("Interpreted");
		double sum = 0;
		// ...
		RDUMP(sum);
	}
	// ...
	{
		RTIMING("Squirrel (fully interpreted)
		using namespace Sqrat;

		double sum = 0;
		// ...
		RDUMP(sum);
	}

RTIMING writes results to application *.log file, even in Release mode. TIMING for Debug.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: XMLMenu - User configurable menu system - completed
Next Topic: SysInfo package
Goto Forum:
  


Current Time: Fri Mar 29 10:44:28 CET 2024

Total time taken to generate the page: 0.01940 seconds