Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Why is the difference of program execution time between console time and profiling time
Why is the difference of program execution time between console time and profiling time [message #1862693] Thu, 21 December 2023 12:22 Go to next message
fang yan is currently offline fang yanFriend
Messages: 27
Registered: October 2020
Junior Member
Hi,

I have a set of EVL, ETL, EGL codes that are run through an ANT build file.
I enabled the profiling option for each task in the build file to obtain the execution time.
However, the times returned by the console and the profiling are different.

For example, the console shows
"BUILD SUCCESSFUL
Total time: 3 seconds"
while the profiling time is 829ms.

Which time shall I use?
And what is the reason for the difference?
Many thanks.

Fang
Re: Why is the difference of program execution time between console time and profiling time [message #1862719 is a reply to message #1862693] Fri, 22 December 2023 07:59 Go to previous message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2165
Registered: July 2009
Location: York, UK
Senior Member

Hi Fang,

I suspect that the 3 seconds reported by ANT includes additional activities such as ANT resolving/instantiating task classes etc. while the 829ms reported by the profiler is pure Epsilon code execution time.

Thanks,
Dimitris
Previous Topic:Importing/referring model of different emf metamodal in default tree base editor
Next Topic:What is the Goal of Epsilon?
Goto Forum:
  


Current Time: Sat Apr 27 10:59:13 GMT 2024

Powered by FUDForum. Page generated in 0.03490 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top