save process duration?

hi,
is it somehow possible to get the process duration / execution time and save it along with other results in the repository? does there exist a macro for the duration?
Best Answer
-
the log operator gives the total execution tme till that point,
so if you keep the log operator as the last operator the process>>Value>>time gives you the time in milliseconds since the process started.
you can then do log to data and then store it wherever you want
check other things that the log operator provideshttp://docs.rapidminer.com/studio/operators/utility/logging/log.html
0
Answers
-
the log operator gives the total execution tme till that point,
so if you keep the log operator as the last operator the process>>Value>>time gives you the time in milliseconds since the process started.
you can then do log to data and then store it wherever you want
check other things that the log operator provideshttp://docs.rapidminer.com/studio/operators/utility/logging/log.html
0