google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Having execution time for compile and code generation in UmpleOnline #585

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be good to see execution time related to code generation and compile 
time on UmpleOnline. It will shows real-compile time without dependency to 
internet speed (which some time users think that umple works slow while it's 
because of their machine). 
The following items, for example, can be shown in UmpleOnline:
1) Parsing time,
2) Analysis time, 
3) Code generation, and
4) total time.
We also need to show config of our server in order to have valid interpretation 
for the times.

Original issue reported on code.google.com by V.Abdel...@gmail.com on 6 Jun 2014 at 3:43

GoogleCodeExporter commented 9 years ago
This feature may be considered as a keyword in command-line. 

Original comment by V.Abdel...@gmail.com on 6 Jun 2014 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by V.Abdel...@gmail.com on 6 Jun 2014 at 4:33

GoogleCodeExporter commented 9 years ago
This needs to appear only as an option, and when it does appear it should 
appear either in the message area above or below.

Original comment by TimothyCLethbridge on 9 Jun 2014 at 1:58

GoogleCodeExporter commented 9 years ago
For the fixml case, I implemented a Class Timer, with start, stop and total 
times. (See image attached).

This will be an option in the command line.

Original comment by asopa...@gmail.com on 9 Jun 2014 at 2:34

Attachments: